|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Track | |
quicktime.qd | |
quicktime.std.movies | |
quicktime.std.movies.media | |
quicktime.std.music | |
quicktime.std.qtcomponents | |
quicktime.streaming | |
quicktime.util | |
quicktime.vr |
Uses of Track in quicktime.qd |
Methods in quicktime.qd with parameters of type Track | |
static Pict |
Pict.fromTrack(Track t,
int time)
This method creates a QuickDraw picture from the specified track at the specified time. |
static PixMap |
PixMap.fromTrack(Track t)
A PixMap object which describes the Matte of a Track. |
static Region |
Region.fromTrackClip(Track t)
This method allows your application to determine the clipping region of a track. |
static Region |
Region.fromTrackDisplay(Track t)
This method allows your application to determine the region a track occupies in a movie's graphics world. |
static Region |
Region.fromTrackMovieBounds(Track t)
This method allows your application to determine the region the track occupies in a movie's boundary region. |
static Region |
Region.fromTrackBounds(Track t)
This method allows the media to limit the size of the track boundary rectangle. |
static Region |
Region.fromTrackSegment(Track t,
int time,
int duration)
This method allows your application to determine the region a track occupies in a movie's graphics world during a specified segment. |
Uses of Track in quicktime.std.movies |
Methods in quicktime.std.movies that return Track | |
Track |
Movie.getNextTrackForCompositing(Track theTrack)
No QT Documentation. |
Track |
Movie.getPrevTrackForCompositing(Track theTrack)
No QT Documentation. |
Track |
Movie.getTrack(int trackID)
This method allows your application to determine the track identifier of a track given the track's ID value. |
Track |
Movie.getIndTrack(int index)
This method allows your application to determine the track identifier of a track given the track's index value. |
Track |
Movie.getIndTrackType(int index,
int trackType,
int flags)
This method allows your application to determine the track identifier of a track given a track type and an index value. |
Track |
Movie.addEmptyTrack(Track srcTrack,
DataRef dataRef)
This method adds an empty track to the movie. |
Track |
Movie.newTrack(float width,
float height,
float trackVolume)
Create a track in a movie. |
Track |
Movie.addTrack(float width,
float height,
float trackVolume)
Create a track in a movie. |
Track |
Movie.getQTVRTrack(int index)
The QTVRGetQTVRTrack function returns a track for the QTVR track that has the index specified by the index parameter in the QuickTime movie specified by the theMovie parameter. |
Track |
SearchResult.getFoundTrack()
This method returns the found track. |
static Track |
Track.fromMedia(Media m)
This method allows you to determine the track that uses a specified media. |
Track |
Track.getAlternate()
This method allows your application to determine all the tracks in an alternate group. |
Track |
Track.getReference(int refType,
int index)
This method allows you to retrieve the track identifier contained in an existing track reference. |
Track |
StatusInfo.getProblemTrack()
This method returns the found problem track. |
Track |
ResolvedQTEventSpec.getTargetTrack()
Return the Track associated with the event |
Methods in quicktime.std.movies with parameters of type Track | |
Track |
Movie.getNextTrackForCompositing(Track theTrack)
No QT Documentation. |
Track |
Movie.getPrevTrackForCompositing(Track theTrack)
No QT Documentation. |
void |
Movie.removeTrack(Track track)
Removes a track from a movie. |
QTHandle |
Movie.putIntoTypedHandle(Track targetTrack,
int handleType,
int start,
int dur,
int flags,
MovieExporter userComp)
This method takes a movie (or a single track from within that movie) and converts it into a handle of a specified type. |
Track |
Movie.addEmptyTrack(Track srcTrack,
DataRef dataRef)
This method adds an empty track to the movie. |
SearchResult |
Movie.searchText(QTPointer text,
int searchFlags,
Track searchTrack,
int searchTime,
int searchOffset)
This method allows you to search for text in a movie. |
int |
Movie.convertToFile(Track onlyTrack,
QTFile outputFile,
int fileType,
int creator,
int scriptTag)
This method converts this movie into a specified file and type. |
int |
Movie.convertToFile(Track onlyTrack,
QTFile outputFile,
int fileType,
int creator,
int scriptTag,
int flags,
MovieExporter userComp)
This method converts this movie into a specified file and type. |
static MovieImportInfo |
Track.fromMovieImporterFile(MovieImporter mi,
QTFile fileIn,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a file using the movie import component. |
static MovieImportInfo |
Track.fromMovieImporterHandle(MovieImporter mi,
QTHandleRef dataRef,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a handle using the movie import component. |
static MovieImportInfo |
Track.fromMovieImporterDataRef(MovieImporter mi,
DataRef dataRef,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Determines information revelant to the movie import component. |
void |
Track.setAlternate(Track alternateT)
This method allows your application to add tracks to or remove tracks from alternate groups. |
int |
Track.addReference(Track refTrack,
int refType)
This method allows you to add a new track reference to a track. |
void |
Track.setReference(Track refTrack,
int refType,
int index)
This method allows you to modify an existing track reference. |
void |
Track.insertSegment(Track dstTrack,
int srcIn,
int srcDuration,
int dstIn)
This method copies part of one track to another. |
void |
Track.copySettings(Track dstTrack)
This method copies many settings from one track to another, overwriting the destination settings. |
void |
Track.copyUserDataToTrack(Track destTrack,
boolean replace)
Copies the user data in the track to the destination track |
void |
Track.copyUserDataFromTrack(Track srcTrack,
boolean replace)
Copies the user data from the specified track into this track |
static void |
Track.copyUserData(Track srcTrack,
Track destTrack,
int copyRule)
Copies the user data from the specified track into the destination track |
Uses of Track in quicktime.std.movies.media |
Methods in quicktime.std.movies.media that return Track | |
Track |
Media.getTrack()
This method allows you to determine the track that uses a specified media. |
Methods in quicktime.std.movies.media with parameters of type Track | |
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. |
static UserData |
UserData.fromTrack(Track t)
This method allows your application to obtain access to a track's user data list. |
Constructors in quicktime.std.movies.media with parameters of type Track | |
TweenMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
TweenMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
MPEGMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
MPEGMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
MovieMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
MovieMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
SoundMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
SoundMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
MusicMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
MusicMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
FlashMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
FlashMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
ThreeDMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
ThreeDMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
QTVRMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
QTVRMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
VideoMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
VideoMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
StreamMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
StreamMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
BaseMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
BaseMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
SpriteMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
SpriteMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
TimeCodeMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
TimeCodeMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
|
TextMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
This constructor creates a media struct for the specified Track object. |
|
TextMedia(Track itsTrack,
int timeScale)
This constructor creates a media struct for the specified Track object. |
Uses of Track in quicktime.std.music |
Methods in quicktime.std.music with parameters of type Track | |
void |
NoteAllocator.pickArrangement(java.lang.String prompt,
Track track,
java.lang.String songName)
Displays a dialog to allow instrument selection. |
Uses of Track in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents that return Track | |
Track |
MovieImportInfo.track()
returns the referenced track(usedTrack) from the movie import component withFile method |
Methods in quicktime.std.qtcomponents with parameters of type Track | |
static MovieImporter |
MovieImporter.fromTrack(Track t)
Looks on the System scrap to find out if it can translate any of the track data into a movie. |
MovieImportInfo |
MovieImporter.fromFile(QTFile fileIn,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a file using the movie import component. |
MovieImportInfo |
MovieImporter.fromHandle(QTHandleRef dataRef,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Allows the MovieToolbox to import data from a handle using the movie import component. |
MovieImportInfo |
MovieImporter.fromDataRef(DataRef dataRef,
Movie theMovie,
Track targetTrack,
int atTime,
int inFlags)
Determines information revelant to the movie import component. |
void |
MovieExporter.toFile(QTFile theFile,
Movie theMovie,
Track onlyThisTrack,
int startTime,
int duration)
This method is used to export movie data into a file. |
QTHandle |
MovieExporter.toHandle(Movie theMovie,
Track onlyThisTrack,
int startTime,
int duration)
Exports the movie's track data into a handle, returning the handle the data is exported too. |
void |
MovieExporter.toDataRef(DataRef dataRef,
Movie theMovie,
Track onlyThisTrack,
int startTime,
int duration)
Exports the movie's track data to the specified data reference for the movie export component. |
boolean |
MovieExporter.doUserDialog(Movie theMovie,
Track onlyThisTrack,
int startTime,
int duration)
Determines the data reference handle for the movie export component. |
boolean |
MovieExporter.validate(Movie theMovie,
Track onlyThisTrack)
Use this method to determine whether the movie or track could be exported by this exporter. |
Constructors in quicktime.std.qtcomponents with parameters of type Track | |
MovieImportInfo(Track t,
int timeVal,
int f)
Creates a MovieImportInfo object containing given data. |
Uses of Track in quicktime.streaming |
Methods in quicktime.streaming that return Track | |
Track |
SourcerTrackParams.getTrack()
Gets the track |
Methods in quicktime.streaming with parameters of type Track | |
void |
SourcerTrackParams.setTrack(Track track)
Sets the track of the track params object |
Constructors in quicktime.streaming with parameters of type Track | |
SourcerTrackParams(int flags,
Track track)
Constructs a SourcerTrackParams object based on the native QTSSourcerTrackParams structure |
|
SourcerTrackParams(int flags,
Track track,
long trackStartOffset,
long duration,
SourcerLoopParams loopParams)
Constructs a SourcerTrackParams object based on the native QTSSourcerTrackParams structure |
|
SourcerTrackParams(int version,
int flags,
Track track,
long trackStartOffset,
long duration,
SourcerLoopParams loopParams)
Constructs a SourcerTrackParams object based on the native QTSSourcerTrackParams structure |
Uses of Track in quicktime.util |
Methods in quicktime.util with parameters of type Track | |
static QTHandle |
QTHandle.fromTrack(Track t)
This method returns the sound localization settings for the track. |
Uses of Track in quicktime.vr |
Constructors in quicktime.vr with parameters of type Track | |
QTVRInstance(Track qtvrTrack,
MovieController mc)
You can use the QTVRGetQTVRInstance function to get an instance of a QuickTime VR movie. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |