quicktime.std.image
Class CodecName
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTPointerRef
|
+--quicktime.std.image.CodecName
- All Implemented Interfaces:
- quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- public final class CodecName
- extends QTPointerRef
CodecName class corresponds to the CodecNameSpec structure.
It defines a compressor name structure.
refer to CodecNameSpec in QuickTime
Field Summary |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Methods inherited from class quicktime.util.QTPointerRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.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 java.lang.String toString()
- Returns the String representation of this Codec Name.
- Overrides:
toString
in class QTPointerRef