quicktime.std.image
Class CodecComponent
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.comp.ComponentIdentifier
|
+--quicktime.std.image.CodecComponent
- All Implemented Interfaces:
- quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- Direct Known Subclasses:
- Compressor, Decompressor
- public class CodecComponent
- extends ComponentIdentifier
- implements quicktime.jdirect.QuickTimeLib
Corresponds to the Codec Component type.
refer to Image Compression Manager in QuickTime
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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:
SpatialSettings.getCodec()