All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.Decompressor

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.image.CodecComponent
                           |
                           +----quicktime.std.image.Decompressor

public final class Decompressor
extends CodecComponent
implements QuickTimeLib
Corresponds to the Decompressor component type Refer to DecompressorComponent in QuickTime


Method Index

 o findCodec(int, CodecComponent)
determines which of the installed decompressors has been chosen to field requests made using one of the special compressor identifiers.

Methods

 o findCodec
 public static Decompressor findCodec(int cType,
                                      CodecComponent specCodec) throws StdQTException
determines which of the installed decompressors 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