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
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
CodecNameList(int)
-
Retrieve a list of installed compressor components or a
list of installed compressor types.
-
getCount()
- Retrieves the count field.
-
getNth(int)
- Retrieves the nth element in the codec name list.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
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.
getNth
public CodecName getNth(int n) throws StdQTException
- Retrieves the nth element in the codec name list.
- Parameters:
- n - the index to the list.
getCount
public int getCount()
- Retrieves the count field.
- Returns:
- the number of codec names.
All Packages Class Hierarchy This Package Previous Next Index