All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.MusicMediaHandler
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.movies.media.MediaHandler
|
+----quicktime.std.movies.media.SoundMediaHandler
|
+----quicktime.std.movies.media.MusicMediaHandler
- public final class MusicMediaHandler
- extends SoundMediaHandler
-
getIndexedTunePlayer(int)
- Returns the TunePlayer that is responsible for rendering the music data that is contained
within a particular music track.
getIndexedTunePlayer
public TunePlayer getIndexedTunePlayer(int index) throws StdQTException
- Returns the TunePlayer that is responsible for rendering the music data that is contained
within a particular music track. If the movie or this media is edited in any way then the
returned TunePlayer becomes invalid and must be got again.
QuickTime::MusicMediaGetIndexedTunePlayer()
- Parameters:
- index - the index within the media.
All Packages Class Hierarchy This Package Previous Next Index