: Class CodecName
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.std.image
Class CodecName
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTPointerRef
|
+--quicktime.std.image.CodecName
All Implemented Interfaces: InterfaceLib, PrimitivesLib, QuickTimeLib, SharedLibrary, com.apple.jdirect.SharedLibrary
public final class CodecNameextends 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
Method Summary
CodecComponent
getCodecComponent()
Get the CodecComponent.
int
getCType()
Get the compressor type.
StringHandle
getName()
Get the name of the compressor component.
java.lang.String
getTypeName()
Returns the type name in string.
java.lang.String
toString()
Returns the String representation of this Codec 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 quicktime.QTObject
disposeQTObject, equals, ID
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
kNativeSize
public static final int kNativeSize
This is the size (the number of bytes) that are required for this class
Method Detail
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD