|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleDescription | |
quicktime.std.image | |
quicktime.std.movies.media | |
quicktime.std.qtcomponents | |
quicktime.std.sg | |
quicktime.streaming |
Uses of SampleDescription in quicktime.std.image |
Subclasses of SampleDescription in quicktime.std.image | |
class |
ImageDescription
This class corresponds to the image description handle. |
Uses of SampleDescription in quicktime.std.movies.media |
Subclasses of SampleDescription in quicktime.std.movies.media | |
class |
FlashDescription
This class maps the FlashDescription record of the MovieToolbox. |
class |
MusicDescription
This class maps the MusicDescription record of the MovieToolbox. |
class |
QTVRSampleDescription
This class represents a description of QTVR media. |
class |
SoundDescription
This class maps the SoundDescription record of the MovieToolbox. |
class |
SpriteDescription
This class maps the SpriteDescription record of the MovieToolbox. |
class |
StreamDescription
This class maps the StreamDescription record of the MovieToolbox. |
class |
TextDescription
This class maps the TextDescription record of the MovieToolbox. |
class |
ThreeDDescription
This class maps the ThreeDDescription record of the MovieToolbox. |
Fields in quicktime.std.movies.media declared as SampleDescription | |
SampleDescription |
SampleInfo.description
The media sample's sample description. |
SampleDescription |
SampleReferenceInfo.sampleDescription
The sample description object for the media samples of this sample reference. |
Methods in quicktime.std.movies.media that return SampleDescription | |
static SampleDescription |
SampleDescription.fromMovieImporter(MovieImporter mi)
Determines the sample description of the component. |
SampleDescription |
Media.getSampleDescription(int index)
This method allows you to retrieve a sample description from a media. |
Methods in quicktime.std.movies.media with parameters of type SampleDescription | |
void |
Media.setSampleDescription(int index,
SampleDescription descH)
This method lets you change the contents of a particular sample description of a specified media. |
int |
Media.addSample(QTHandleRef data,
int dataOffset,
int dataSize,
int durationPerSample,
SampleDescription sampleDesc,
int numberOfSamples,
int sampleFlags)
This method adds sample data and a description to a media object. |
int |
Media.addSampleReference(int dataOffset,
int dataSize,
int durationPerSample,
SampleDescription sampleDesc,
int numberOfSamples,
int sampleFlags)
This method allows your application to work with samples that have already been added to a movie data file. |
int |
Media.addSampleReference(SampleDescription sampleDescription,
int numOfSamples,
SampleReferenceVector sampleRefs)
Allows your application to add groups of sample references to a movie data file. |
Uses of SampleDescription in quicktime.std.qtcomponents |
Subclasses of SampleDescription in quicktime.std.qtcomponents | |
class |
TimeCodeDescription
This class maps the TimeCodeDescription record of the MovieToolbox. |
Methods in quicktime.std.qtcomponents that return SampleDescription | |
SampleDescription |
MovieImporter.getSampleDescription()
Determines the sample description of the component. |
Methods in quicktime.std.qtcomponents with parameters of type SampleDescription | |
void |
MovieImporter.setSampleDescription(SampleDescription desc,
int mediaType)
Specifies the SampleDescription and media type for the component. |
void |
MovieExporter.setSampleDescription(SampleDescription desc,
int mediaType)
Specifies the SampleDescription and media type for the component. |
Uses of SampleDescription in quicktime.std.sg |
Methods in quicktime.std.sg that return SampleDescription | |
SampleDescription |
SGChannel.getSampleDescription()
This method allows you to retrieve a sample description from the SGChannel. |
Uses of SampleDescription in quicktime.streaming |
Methods in quicktime.streaming that return SampleDescription | |
SampleDescription |
PushDataParams.getSampleDescription()
Get the sample description of the push data |
Methods in quicktime.streaming with parameters of type SampleDescription | |
void |
PushDataParams.setSampleDescription(SampleDescription sampleDesc)
Set the sample description of the push data |
Constructors in quicktime.streaming with parameters of type SampleDescription | |
PushDataParams(int vers,
SampleDescription sampleDesc,
int seed,
long time,
long duration,
QTPointer data)
Constructs an PushDataParams object based on the native QTSPushDataParams structure |
|
PushDataParams(int vers,
SampleDescription sampleDesc,
int seed,
QTPointer data)
Constructs an PushDataParams object based on the native QTSPushDataParams structure |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |