|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Media | |
quicktime.std.movies | |
quicktime.std.movies.media |
Uses of Media in quicktime.std.movies |
Methods in quicktime.std.movies that return Media | |
Media |
Track.getMedia()
Returns a Media class that corresponds to the media that contains a track's data. |
Methods in quicktime.std.movies with parameters of type Media | |
static AtomContainer |
AtomContainer.fromMediaInput(Media m)
This method returns you the input map of the media. |
static AtomContainer |
AtomContainer.fromMediaProperty(Media m)
Retrieves the properties from a media handler. |
static Track |
Track.fromMedia(Media m)
This method allows you to determine the track that uses a specified media. |
Uses of Media in quicktime.std.movies.media |
Subclasses of Media in quicktime.std.movies.media | |
class |
BaseMedia
The BaseMedia class repesents base media in QuickTime. |
class |
FlashMedia
The FlashMedia class repesents Flash media in QuickTime. |
class |
GenericMedia
The GenericMedia class provides a base from which to construct media classes that represent media types that are unknown to the standard QT distribution. |
class |
MovieMedia
The MovieMedia class repesents video media in QuickTime. |
class |
MPEGMedia
The MPEGMedia class repesents base media in QuickTime. |
class |
MusicMedia
The MusicMedia class repesents music media in QuickTime. |
class |
QTVRMedia
Represents VR Media - this is an example of how to subclass GenericMedia to return a Media object of a subclass that corresponds to the Media Type. |
class |
SoundMedia
The SoundMedia class repesents sound media in QuickTime. |
class |
SpriteMedia
The SpriteMedia class repesents sprite media in QuickTime. |
class |
StreamMedia
The StreamMedia class repesents base media in QuickTime. |
class |
TextMedia
The TextMedia class repesents text media in QuickTime. |
class |
ThreeDMedia
The ThreeDMedia class repesents base media in QuickTime. |
class |
TimeCodeMedia
The TimeCodeMedia class repesents time code media in QuickTime. |
class |
TweenMedia
The TweenMedia class repesents base media in QuickTime. |
class |
VideoMedia
The VideoMedia class repesents video media in QuickTime. |
Methods in quicktime.std.movies.media that return Media | |
static Media |
Media.newFromType(int mediaType,
Track track,
int timeScale,
DataRef dataRef)
Creates a media struct for the specified Track object. |
static Media |
Media.fromTrack(Track theTrack)
Returns a Media class that corresponds to the media that contains a track's data. |
static Media |
Media.getTrackMedia(Track theTrack)
Returns a Media class that corresponds to the media that contains a track's data. |
Methods in quicktime.std.movies.media with parameters of type Media | |
void |
Media.copyUserDataToMedia(Media destMedia,
boolean replace)
Copies the user data in the media to the destination media |
void |
Media.copyUserDataFromMedia(Media srcMedia,
boolean replace)
Copies the user data from the specified media into this media |
static void |
Media.copyUserData(Media srcMedia,
Media destMedia,
int copyRule)
Copies the user data from the specified media into the destination media |
static UserData |
UserData.fromMedia(Media m)
This method allows your application to obtain access to a media's user data list. |
static DataRef |
DataRef.fromMedia(Media m,
int index)
This method returns a copy of a specified data reference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |