All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.SpriteDescription
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTHandleRef
|
+----quicktime.std.movies.media.SampleDescription
|
+----quicktime.std.movies.media.SpriteDescription
- public final class SpriteDescription
- extends SampleDescription
This class maps the SpriteDescription record of the MovieToolbox.
SpriteDescription are used when adding and getting media samples to/from Sprite tracks.
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
SpriteDescription()
-
-
clone()
- Implementation of Cloneable Interface.
-
getDecompressorType()
-
-
getEndianDescriptor()
- Returns the EndianDescriptor for this class.
-
getSampleFlags()
-
-
getVersion()
-
-
setDecompressorType(int)
-
-
setSampleFlags(int)
-
-
setVersion(int)
-
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
SpriteDescription
public SpriteDescription() throws QTException
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
setVersion
public void setVersion(int version)
getVersion
public int getVersion()
setDecompressorType
public void setDecompressorType(int dt)
getDecompressorType
public int getDecompressorType()
setSampleFlags
public void setSampleFlags(int sf)
getSampleFlags
public int getSampleFlags()
All Packages Class Hierarchy This Package Previous Next Index