All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.image.CodecComponent
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.image.CodecComponent
- public class CodecComponent
- extends ComponentIdentifier
- implements QuickTimeLib
Corresponds to the Codec Component type.
refer to Image Compression Manager in QuickTime
-
anyCodec
- choose the first compressor or decompressor of the specified type.
-
bestCompressionCodec
- choose the compressor that produces the smallest resulting data.
-
bestFidelityCodec
- choose the most accurate compressor or decompressor of the specified type.
-
bestSpeedCodec
- choose the fastest compressor or decompressor of the specified type.
-
fromSpatialSettings(SpatialSettings)
- Get the default Codec in the dialog box.
anyCodec
public static final CodecComponent anyCodec
- choose the first compressor or decompressor of the specified type.
bestSpeedCodec
public static final CodecComponent bestSpeedCodec
- choose the fastest compressor or decompressor of the specified type.
bestFidelityCodec
public static final CodecComponent bestFidelityCodec
- choose the most accurate compressor or decompressor of the specified type.
bestCompressionCodec
public static final CodecComponent bestCompressionCodec
- choose the compressor that produces the smallest resulting data.
fromSpatialSettings
public static CodecComponent fromSpatialSettings(SpatialSettings ss)
- Get the default Codec in the dialog box.
- Returns:
- the Codec
- See Also:
- getCodec
All Packages Class Hierarchy This Package Previous Next Index