All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.BaseMedia

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

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


Constructor Index

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

Constructors

 o BaseMedia
 public BaseMedia(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 BaseMedia
 public BaseMedia(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