All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.image.CodecName
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTPointerRef
|
+----quicktime.std.image.CodecName
- public final class CodecName
- extends QTPointerRef
CodecName class corresponds to the CodecNameSpec structure.
It defines a compressor name structure.
refer to CodecNameSpec in QuickTime
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
getCodecComponent()
-
Get the CodecComponent.
-
getCType()
-
Get the compressor type.
-
getName()
- Get the name of the compressor component.
-
getTypeName()
-
Returns the type name in string.
-
toString()
- Returns the String representation of this Codec Name.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
getCType
public int getCType()
- Get the compressor type.
- Returns:
- the compressor type.
getTypeName
public String getTypeName() throws UtilException
- Returns the type name in string.
- Returns:
- the type name.
getCodecComponent
public CodecComponent getCodecComponent()
- Get the CodecComponent.
- Returns:
- the CodecComponent.
getName
public StringHandle getName()
- Get the name of the compressor component.
- Returns:
- the name.
toString
public String toString()
- Returns the String representation of this Codec Name.
- Overrides:
- toString in class QTPointerRef
All Packages Class Hierarchy This Package Previous Next Index