|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.std.image.CodecInfo
Corresponds to the Compressor Information Structure which describes the capabilities of compressors.
Field Summary | |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Constructor Summary | |
CodecInfo(int cType,
CodecComponent codec)
Consturcts a CodecInfo. |
Method Summary | |
java.lang.Object |
clone()
Return a copy of the CodecInfo. |
static int |
codecVersion()
determines the version of the installed image compression manager. |
int |
getCompressFlags()
Get the flags that specify the compression capabilities of the component. |
int |
getCompressionAccuracy()
Get the relative accuracy of the compression algorithm. |
int |
getCompressionLevel()
Get the relative compression acheived by this component. |
int |
getCompressionSpeed()
Get the relative speed of the component for compression operations. |
int |
getDecompressFlags()
Get contains flags that specify the decompression capabilities of the component. |
int |
getDecompressionAccuracy()
Get the relative accuracy of the decompression algorithm. |
int |
getDecompressionSpeed()
Get the relative speed of the component for decompression operations. |
int |
getFormatFlags()
Get the flags that describes the possible format for compressed data produced by this component. |
short |
getMinimumHeight()
Get the height in pixels of the smallest image the component can handle. |
short |
getMinimumWidth()
Get the width in pixels of the smallest image the component can handle. |
short |
getRevisionLevel()
Get the version of the component. |
java.lang.String |
getTypeName()
Get the compression algorithm used by the component. |
int |
getVendor()
Get the developer of the component |
short |
getVersion()
Get the version of the compressed data. |
java.lang.String |
toString()
Returns the String representation of this Codec Information structure. |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int kNativeSize
Constructor Detail |
public CodecInfo(int cType, CodecComponent codec) throws StdQTException
cType
- specifies the compressor type.codec
- specifies a compressor identifier.Method Detail |
public static int codecVersion() throws StdQTException
public java.lang.String getTypeName() throws UtilException
public short getVersion()
public short getRevisionLevel()
public int getVendor()
public int getDecompressFlags()
public int getCompressFlags()
public int getFormatFlags()
public int getCompressionAccuracy()
public int getDecompressionAccuracy()
public int getCompressionSpeed()
public int getDecompressionSpeed()
public int getCompressionLevel()
public short getMinimumHeight()
public short getMinimumWidth()
public java.lang.String toString()
toString
in class QTByteObject
public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |