All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.TweenMedia
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.movies.media.Media
|
+----quicktime.std.movies.media.TweenMedia
- public final class TweenMedia
- extends Media
The TweenMedia class repesents base media in QuickTime.
-
TweenMedia(Track, int)
- This constructor creates a media struct for the specified Track object.
-
TweenMedia(Track, int, DataRef)
- This constructor creates a media struct for the specified Track object.
TweenMedia
public TweenMedia(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.
TweenMedia
public TweenMedia(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