|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AudioIntf
| Method Summary | |
|---|---|
boolean |
getMute()
Gets the mute status of the currently running input. |
int |
getVolume()
Gets the current volume level on a scale from 0 to 200%. |
void |
setMute(boolean value)
Sets the mute value of the currently running input. |
void |
setVolume(int volume)
Sets the volume for the running input. |
void |
toggleMute()
Toggles the mute status of the currently running input. |
| Method Detail |
|---|
boolean getMute()
throws VLCException
VLCException
void setMute(boolean value)
throws VLCException
value - If true, then the input is muted.
VLCException
void toggleMute()
throws VLCException
VLCException
int getVolume()
throws VLCException
VLCException
void setVolume(int volume)
throws VLCException
volume - The volume level (0-200) to set.
VLCException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||