All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.MPEGMedia

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.movies.media.Media
                   |
                   +----quicktime.std.movies.media.MPEGMedia

public final class MPEGMedia
extends Media
The MPEGMedia class repesents base media in QuickTime.


Constructor Index

 o MPEGMedia(Track, int)
This constructor creates a media struct for the specified Track object.
 o MPEGMedia(Track, int, DataRef)
This constructor creates a media struct for the specified Track object.

Constructors

 o MPEGMedia
 public MPEGMedia(Track itsTrack,
                  int timeScale,
                  DataRef dataRef) throws QTException
This constructor creates a media struct for the specified Track object.

QuickTime::NewTrackMedia()

Parameters:
itsTrack - Specifies the Track object this media belongs to.
timeScale - Specifies the time scale of the new media.
dataRef - a DataRef object specifying the default data reference for this media.
 o MPEGMedia
 public MPEGMedia(Track itsTrack,
                  int timeScale) throws QTException
This constructor creates a media struct for the specified Track object.

QuickTime::NewTrackMedia()

Parameters:
itsTrack - Specifies the Track object this media belongs to.
timeScale - Specifies the time scale of the new media.

All Packages  Class Hierarchy  This Package  Previous  Next  Index