All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.TimeCodeDescription
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTHandleRef
|
+----quicktime.std.movies.media.SampleDescription
|
+----quicktime.std.qtcomponents.TimeCodeDescription
- public final class TimeCodeDescription
- extends SampleDescription
- implements PrimitivesLib
This class maps the TimeCodeDescription record of the MovieToolbox.
TimeCodeDescription are used when adding and getting media samples to/from TimeCode tracks.
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
TimeCodeDescription()
- This constructor makes an empty TimeCodeDescription object.
-
clone()
- Implementation of Cloneable Interface.
-
getEndianDescriptor()
- Returns the EndianDescriptor for this class.
-
getTimeCodeDef()
- Returns the current time code definition
-
setTimeCodeDef(TimeCodeDef)
- Sets the values from the incoming TimeCode definition into the existing description.
-
toString()
- String representation of class.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
TimeCodeDescription
public TimeCodeDescription() throws QTException
- This constructor makes an empty TimeCodeDescription object.
getEndianDescriptor
public static EndianDescriptor getEndianDescriptor()
- Returns the EndianDescriptor for this class.
- Returns:
- an EndianDescriptor
clone
public Object clone()
- Implementation of Cloneable Interface.
- Overrides:
- clone in class SampleDescription
getTimeCodeDef
public TimeCodeDef getTimeCodeDef()
- Returns the current time code definition
- Returns:
- time code definition
setTimeCodeDef
public void setTimeCodeDef(TimeCodeDef tcd)
- Sets the values from the incoming TimeCode definition into the existing description.
- Parameters:
- tcd - the incoming definitions.
toString
public String toString()
- String representation of class.
- Overrides:
- toString in class SampleDescription
All Packages Class Hierarchy This Package Previous Next Index