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.


Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Constructor Index

 o SpriteDescription()

Method Index

 o clone()
Implementation of Cloneable Interface.
 o getDecompressorType()
 o getEndianDescriptor()
Returns the EndianDescriptor for this class.
 o getSampleFlags()
 o getVersion()
 o setDecompressorType(int)
 o setSampleFlags(int)
 o setVersion(int)

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Constructors

 o SpriteDescription
 public SpriteDescription() throws QTException

Methods

 o getEndianDescriptor
 public static EndianDescriptor getEndianDescriptor()
Returns the EndianDescriptor for this class.

Returns:
an EndianDescriptor
 o clone
 public Object clone()
Implementation of Cloneable Interface.

Overrides:
clone in class SampleDescription
 o setVersion
 public void setVersion(int version)
 o getVersion
 public int getVersion()
 o setDecompressorType
 public void setDecompressorType(int dt)
 o getDecompressorType
 public int getDecompressorType()
 o setSampleFlags
 public void setSampleFlags(int sf)
 o getSampleFlags
 public int getSampleFlags()

All Packages  Class Hierarchy  This Package  Previous  Next  Index