|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodecComponent | |
quicktime.std.image | |
quicktime.std.qtcomponents |
Uses of CodecComponent in quicktime.std.image |
Subclasses of CodecComponent in quicktime.std.image | |
class |
Compressor
Corresponds to the compressor component type refer to CompressorComponent in QuickTime |
class |
Decompressor
Corresponds to the Decompressor component type Refer to DecompressorComponent in QuickTime |
Fields in quicktime.std.image declared as CodecComponent | |
static CodecComponent |
CodecComponent.anyCodec
choose the first compressor or decompressor of the specified type. |
static CodecComponent |
CodecComponent.bestSpeedCodec
choose the fastest compressor or decompressor of the specified type. |
static CodecComponent |
CodecComponent.bestFidelityCodec
choose the most accurate compressor or decompressor of the specified type. |
static CodecComponent |
CodecComponent.bestCompressionCodec
choose the compressor that produces the smallest resulting data. |
Methods in quicktime.std.image that return CodecComponent | |
static CodecComponent |
CodecComponent.fromSpatialSettings(SpatialSettings ss)
Get the default Codec in the dialog box. |
CodecComponent |
CodecName.getCodecComponent()
Get the CodecComponent. |
Methods in quicktime.std.image with parameters of type CodecComponent | |
static Compressor |
Compressor.findCodec(int cType,
CodecComponent specCodec)
determines which of the installed compressors has been chosen to field requests made using one of the special compressor identifiers. |
static Decompressor |
Decompressor.findCodec(int cType,
CodecComponent specCodec)
determines which of the installed decompressors has been chosen to field requests made using one of the special compressor identifiers. |
static ImageDescription |
QTImage.fCompress(QDGraphics src,
QDRect srcRect,
int colorDepth,
int quality,
int cType,
CodecComponent c,
ColorTable clut,
int flags,
EncodedImage data)
Compresses a single frame image that is currently stored as a pixel map. |
static ImageDescription |
QTImage.convert(ImageDescription srcDD,
EncodedImage srcData,
int colorDepth,
ColorTable clut,
int accuracy,
int quality,
int cType,
CodecComponent codec,
EncodedImage dstData)
Converts the format of a compressed image. |
static void |
QTImage.fDecompress(EncodedImage data,
ImageDescription desc,
QDGraphics dst,
QDRect srcRect,
Matrix matrix,
int mode,
Region mask,
PixMap matte,
QDRect matteRect,
int accuracy,
CodecComponent codec)
Decompresses a single frame image into a pixel map structure. |
static int |
QTImage.getMaxCompressionSize(QDGraphics src,
QDRect srcRect,
int colorDepth,
int quality,
int cType,
CodecComponent c)
Determines the maximum size an image will be after compression. |
static int |
QTImage.getCompressionTime(QDGraphics src,
QDRect srcRect,
int colorDepth,
int cType,
CodecComponent c,
int spatialQuality,
int temporalQuality)
Determines the estimated amount of time required to compress a given image. |
Constructors in quicktime.std.image with parameters of type CodecComponent | |
CSequence(QDGraphics src,
QDRect srcRect,
int cType,
CodecComponent codec,
int spatialQuality,
int temporalQuality,
int keyFrameRate,
int flags)
Creating an instance of this class signals the beginning of the process of compressing a sequence of frames. |
|
CSequence(QDGraphics src,
QDRect srcRect,
int colorDepth,
int cType,
CodecComponent codec,
int spatialQuality,
int temporalQuality,
int keyFrameRate,
ColorTable clut,
int flags)
Creating an instance of this class signals the beginning of the process of compressing a sequence of frames. |
|
CodecInfo(int cType,
CodecComponent codec)
Consturcts a CodecInfo. |
|
DSequence(ImageDescription desc,
QDGraphics port,
QDRect srcRect,
Matrix matrix,
Region mask,
int flags,
int accuracy,
CodecComponent codec)
Creating an instance of this class signals the beginning of the process of decompressing a sequence of frames. |
|
DSequence(ImageDescription desc,
EncodedImage data,
QDGraphics port,
QDRect srcRect,
Matrix matrix,
Region mask,
int flags,
int accuracy,
CodecComponent codec)
This constructor allows you to pass a compressed sample so the codec can perform preflighting before the first decompressFrame call. |
Uses of CodecComponent in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents that return CodecComponent | |
CodecComponent |
SpatialSettings.getCodec()
Get the default Codec in the dialog box. |
Methods in quicktime.std.qtcomponents with parameters of type CodecComponent | |
void |
SpatialSettings.setCodec(CodecComponent codec)
Specifies the default Codec in the dialog box. |
Constructors in quicktime.std.qtcomponents with parameters of type CodecComponent | |
SpatialSettings(int codecType,
CodecComponent codec,
int depth,
int spatialQuality)
Construct temporal settings to set the dialog display. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |