|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.comp.ComponentIdentifier
|
+--quicktime.std.image.CodecComponent
Corresponds to the Codec Component type.
refer to Image Compression Manager in QuickTime
| Field Summary | |
static CodecComponent |
anyCodec
choose the first compressor or decompressor of the specified type. |
static CodecComponent |
bestCompressionCodec
choose the compressor that produces the smallest resulting data. |
static CodecComponent |
bestFidelityCodec
choose the most accurate compressor or decompressor of the specified type. |
static CodecComponent |
bestSpeedCodec
choose the fastest compressor or decompressor of the specified type. |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
static CodecComponent |
fromSpatialSettings(SpatialSettings ss)
Get the default Codec in the dialog box. |
| Methods inherited from class quicktime.std.comp.ComponentIdentifier |
find, find, getInfo, toString |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final CodecComponent anyCodec
public static final CodecComponent bestSpeedCodec
public static final CodecComponent bestFidelityCodec
public static final CodecComponent bestCompressionCodec
| Method Detail |
public static CodecComponent fromSpatialSettings(SpatialSettings ss)
SpatialSettings.getCodec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||