
public class BitStreamFilterType extends RefCounted
BitStreamFilter| Modifier and Type | Method and Description |
|---|---|
BitStreamFilterType |
copyReference()
Create a new BitStreamFilterType object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
static BitStreamFilterType |
getBitStreamFilterType(int i) |
static BitStreamFilterType |
getBitStreamFilterType(String name) |
static Collection<BitStreamFilterType> |
getInstalledBitStreamFilterTypes()
Gets a collection of ALL codecs installed on this
system.
|
String |
getName() |
static int |
getNumBitStreamFilterTypes() |
int |
hashCode()
Get a hashable value for this object.
|
String |
toString()
info about this filter object
|
delete, getCurrentRefCountpublic BitStreamFilterType copyReference()
copyReference in class RefCountedpublic boolean equals(Object obj)
public int hashCode()
public String toString()
public static Collection<BitStreamFilterType> getInstalledBitStreamFilterTypes()
public String getName()
public static int getNumBitStreamFilterTypes()
public static BitStreamFilterType getBitStreamFilterType(int i)
public static BitStreamFilterType getBitStreamFilterType(String name)
Copyright © 2018 Humble Software. All rights reserved.