|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTHandleRef
|
+--quicktime.std.movies.media.SampleDescription
|
+--quicktime.std.qtcomponents.TimeCodeDescription
This class maps the TimeCodeDescription record of the MovieToolbox. TimeCodeDescription are used when adding and getting media samples to/from TimeCode tracks.
| 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.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
TimeCodeDescription()
This constructor makes an empty TimeCodeDescription object. |
|
| Method Summary | |
java.lang.Object |
clone()
Implementation of Cloneable Interface. |
static EndianDescriptor |
getEndianDescriptor()
Returns the EndianDescriptor for this class. |
TimeCodeDef |
getTimeCodeDef()
Returns the current time code definition |
void |
setTimeCodeDef(TimeCodeDef tcd)
Sets the values from the incoming TimeCode definition into the existing description. |
java.lang.String |
toString()
String representation of class. |
| Methods inherited from class quicktime.std.movies.media.SampleDescription |
fromMovieImporter, getDataFormat, getDataRefIndex, getSize, setDataFormat, setDataRefIndex, setSize |
| Methods inherited from class quicktime.util.QTHandleRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, fromCompressionDialogState, fromSCSequence, getBytes, inMemory, isLocked, lock, lockHigh, moveHigh, toQTPointer, toQTPointer, unlock |
| 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 |
public static final int kNativeSize
| Constructor Detail |
public TimeCodeDescription()
throws QTException
| Method Detail |
public static EndianDescriptor getEndianDescriptor()
public java.lang.Object clone()
clone in class SampleDescriptionpublic TimeCodeDef getTimeCodeDef()
public void setTimeCodeDef(TimeCodeDef tcd)
tcd - the incoming definitions.public java.lang.String toString()
toString in class SampleDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||