|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.movies.media.Media
|
+--quicktime.std.movies.media.SpriteMedia
The SpriteMedia class repesents sprite media in QuickTime.
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
SpriteMedia(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. |
|
| Method Summary | |
SpriteDescription |
getSoundDescription(int index)
Deprecated. |
SpriteDescription |
getSpriteDescription(int index)
This method allows you to retrieve a sample description from a media. |
SpriteMediaHandler |
getSpriteHandler()
This method allows you to obtain a reference to a media handler component. |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SpriteMedia(Track itsTrack,
int timeScale,
DataRef dataRef)
throws QTException
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.
public SpriteMedia(Track itsTrack,
int timeScale)
throws QTException
itsTrack - Specifies the Track object this media belongs to.timeScale - Specifies the time scale of the new media.| Method Detail |
public SpriteMediaHandler getSpriteHandler()
throws StdQTException
StdQTException
public SpriteDescription getSoundDescription(int index)
throws QTException
QTExceptiongetSpriteDescription
public SpriteDescription getSpriteDescription(int index)
throws QTException
index - Specifies the index of the description to retrieve.
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||