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.
-
description
- The media sample's sample description.
-
descriptionIndex
- The media sample's sample description index.
-
flags
- The flags for the media samples.
-
numberOfSamples
- The number of samples.
-
offset
- The media sample's offset.
-
size
- The media sample's data size.
-
toString()
- Returns a string representation of this class.
offset
public int offset
- The media sample's offset.
size
public int size
- The media sample's data size.
numberOfSamples
public int numberOfSamples
- The number of samples.
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.
flags
public int flags
- The flags for the media samples.
descriptionIndex
public int descriptionIndex
- The media sample's sample description index.
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