|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.audio.AudioMediaControl
|
+--quicktime.app.audio.MusicMediaControl
This class is a specialized version of the generic AudioMediaControl class which provides added capability for dealing specifically with MusicMedia.
| Field Summary |
| Fields inherited from class quicktime.app.audio.AudioMediaControl |
audioHandler, audioMedia |
| Constructor Summary | |
MusicMediaControl(MusicMedia m)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
MusicPart |
getPart(int part)
Deprecated. since QTJava 6.1 |
int |
getPartCount()
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.audio.AudioMediaControl |
getBalance, getMedia, getVolume, isMuted, setBalance, setMuted, setVolume |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface quicktime.app.audio.ExtendedAudioSpec |
getBalance, setBalance |
| Methods inherited from interface quicktime.app.audio.AudioSpec |
getVolume, isMuted, setMuted, setVolume |
| Constructor Detail |
public MusicMediaControl(MusicMedia m)
throws QTException
m - the MusicMedia object being controlled| Method Detail |
public int getPartCount()
throws QTException
getPartCount in interface MusicScoreQTException
public MusicPart getPart(int part)
throws QTException
getPart in interface MusicScorepart - the part number of the required note channel
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||