All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.SampleInfo

java.lang.Object
   |
   +----quicktime.std.movies.TimeInfo
           |
           +----quicktime.std.movies.media.SampleInfo

public class SampleInfo
extends TimeInfo
The SampleInfo class contains information about the reference information of a media sample.


Variable Index

 o description
The media sample's sample description.
 o descriptionIndex
The media sample's sample description index.
 o flags
The flags for the media samples.
 o numberOfSamples
The number of samples.
 o offset
The media sample's offset.
 o size
The media sample's data size.

Method Index

 o toString()
Returns a string representation of this class.

Variables

 o offset
 public int offset
The media sample's offset.

 o size
 public int size
The media sample's data size.

 o numberOfSamples
 public int numberOfSamples
The number of samples.

 o description
 public SampleDescription description
The media sample's sample description. This will generally be a subclass of SampleDescription according to the type of media the sample deals with. This may also be null if the media sample does not require sample description information.

 o flags
 public int flags
The flags for the media samples.

 o descriptionIndex
 public int descriptionIndex
The media sample's sample description index.

Methods

 o toString
 public String toString()
Returns a string representation of this class.

Returns:
a String
Overrides:
toString in class TimeInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index