All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.CodecNameList

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTPointerRef
                   |
                   +----quicktime.std.image.CodecNameList

public final class CodecNameList
extends QTPointerRef
implements QuickTimeLib
CodecNameList corresponds to CodecNameSpecListPtr data structure which contains a list of compressor name structures. refer to CodecNameSpecList in QuickTime


Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Constructor Index

 o CodecNameList(int)
Retrieve a list of installed compressor components or a list of installed compressor types.

Method Index

 o getCount()
Retrieves the count field.
 o getNth(int)
Retrieves the nth element in the codec name list.

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Constructors

 o CodecNameList
 public CodecNameList(int show) throws QTException
Retrieve a list of installed compressor components or a list of installed compressor types.

see QuickTime::GetCodecNameList

Parameters:
show - specifies an integer that controls the contents of the list.

Methods

 o getNth
 public CodecName getNth(int n) throws StdQTException
Retrieves the nth element in the codec name list.

Parameters:
n - the index to the list.
 o getCount
 public int getCount()
Retrieves the count field.

Returns:
the number of codec names.

All Packages  Class Hierarchy  This Package  Previous  Next  Index