All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.image.Compressor
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.image.CodecComponent
|
+----quicktime.std.image.Compressor
- public final class Compressor
- extends CodecComponent
- implements QuickTimeLib
Corresponds to the compressor component type
refer to CompressorComponent in QuickTime
-
findCodec(int, CodecComponent)
- determines which of the installed compressors has been chosen to field requests
made using one of the special compressor identifiers.
findCodec
public static Compressor findCodec(int cType,
CodecComponent specCodec) throws StdQTException
- determines which of the installed compressors has been chosen to field requests
made using one of the special compressor identifiers.
see QuickTime::FindCodec
- Parameters:
- cType - specifies the CodecComponent class.
- specCodec - contains a special identifier value.
All Packages Class Hierarchy This Package Previous Next Index