|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.comp.ComponentIdentifier
|
+--quicktime.std.comp.Component
|
+--quicktime.std.movies.media.MediaHandler
|
+--quicktime.std.movies.media.VisualMediaHandler
|
+--quicktime.std.movies.media.MovieMediaHandler
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
DataRef |
getChildMovieDataReference(int dataRefID,
int dataRefIndex)
This method gets the data reference of the currently instantiated embedded movie QuickTime::MovieMediaGetChildMovieDataReference() |
int |
getCurrentMoviePropertyDuration()
This method retrieves the duration of the currently instantiated embedded movie QuickTime::MovieMediaGetCurrentMovieProperty() |
Matrix |
getCurrentMoviePropertyMatrix()
This method gets the matrix of the currently instantiated embedded movie QuickTime::MovieMediaGetCurrentMovieProperty() |
QDRect |
getCurrentMoviePropertyNaturalBounds()
This method gets the natural bounds of the currently instantiated embedded movie QuickTime::MovieMediaGetCurrentMovieProperty() |
TimeRecord |
getCurrentMoviePropertyTime()
This method gets the time record associated with the currently instantiated embedded movie QuickTime::MovieMediaGetCurrentMovieProperty() |
int |
getCurrentMoviePropertyTimeScale()
This method gets the time scale of the currently instantiated embedded movie QuickTime::MovieMediaGetCurrentMovieProperty() |
int[] |
getCurrentMoviePropertyTrackList()
This method returns an array of all the track IDs associated with the currently instantiated embedded movie QuickTime::MovieMediaGetCurrentMovieProperty() |
int |
getCurrentTrackPropertyMediaType(int trackID)
This method gets the media type of the currently instantiated embedded movie QuickTime::MovieGetCurrentTrackProperty() |
void |
loadChildMovieFromDataReference(int dataRefID)
This method loads the movie associated with a specific data reference QuickTime::MovieMediaLoadChildMovieFromDataReference() |
void |
setChildMovieDataReference(int dataRefID,
int dataRefType,
DataRef dataRef)
This method sets the data reference of the currently instantiated embedded movie QuickTime::MovieMediaSetChildMovieDataReference() |
| Methods inherited from class quicktime.std.movies.media.VisualMediaHandler |
getGraphicsMode, getPublicInfo, getTrackOpaque, hitTestForTargetRefCon, hitTestTargetRefCon, setGraphicsMode, setPublicInfo |
| Methods inherited from class quicktime.std.comp.Component |
count |
| Methods inherited from class quicktime.std.comp.ComponentIdentifier |
find, find, getInfo, toString |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getCurrentMoviePropertyDuration()
throws StdQTException
StdQTException
public int getCurrentMoviePropertyTimeScale()
throws StdQTException
StdQTException
public TimeRecord getCurrentMoviePropertyTime()
throws QTException
QTException
public QDRect getCurrentMoviePropertyNaturalBounds()
throws StdQTException
StdQTException
public Matrix getCurrentMoviePropertyMatrix()
throws StdQTException
StdQTException
public int[] getCurrentMoviePropertyTrackList()
throws StdQTException
StdQTException
public int getCurrentTrackPropertyMediaType(int trackID)
throws StdQTException
trackID - the ID of the track to return the type of
StdQTException
public DataRef getChildMovieDataReference(int dataRefID,
int dataRefIndex)
throws QTException
dataRefID - the ID of the data reference to retrievedataRefIndex - the index of the data reference to retrieve
QTException
public void setChildMovieDataReference(int dataRefID,
int dataRefType,
DataRef dataRef)
throws StdQTException
dataRefID - the ID of the data ref to setdataRefType - the type of the data ref to setdataRef - the data ref to set
StdQTException
public void loadChildMovieFromDataReference(int dataRefID)
throws StdQTException
dataRefID - the dataReference ID to be used
StdQTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||