|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.audio.AudioMediaControl
This is a very simple implementation of the ExtendedAudioSpec interface to control Media that has an audio media component.
| Field Summary | |
protected AudioMediaHandler |
audioHandler
Deprecated. This the AudioMediaHandler that is the MediaHandler for the AudioMedia * @deprecated since QTJava 6.1 |
protected Media |
audioMedia
Deprecated. This is the audioMedia object that is represented by this class * @deprecated since QTJava 6.1 |
| Constructor Summary | |
AudioMediaControl(Media media)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
float |
getBalance()
Deprecated. since QTJava 6.1 |
Media |
getMedia()
Deprecated. since QTJava 6.1 |
float |
getVolume()
Deprecated. since QTJava 6.1 |
boolean |
isMuted()
Deprecated. since QTJava 6.1 |
void |
setBalance(float val)
Deprecated. since QTJava 6.1 |
void |
setMuted(boolean mute)
Deprecated. since QTJava 6.1 |
void |
setVolume(float vol)
Deprecated. since QTJava 6.1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Media audioMedia
protected AudioMediaHandler audioHandler
| Constructor Detail |
public AudioMediaControl(Media media)
throws QTException
media - the Media object to control| Method Detail |
public Media getMedia()
public boolean isMuted()
isMuted in interface AudioSpec
public void setMuted(boolean mute)
throws QTException
setMuted in interface AudioSpecmute - the desired muted state
QTException
public float getVolume()
throws QTException
getVolume in interface AudioSpecQTException
public void setVolume(float vol)
throws QTException
setVolume in interface AudioSpecvol - the desired volume
QTException
public float getBalance()
throws QTException
getBalance in interface ExtendedAudioSpecQTException
public void setBalance(float val)
throws QTException
setBalance in interface ExtendedAudioSpecval - the desired balance
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||