|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.videolan.jvlc.Audio
public class Audio
| Constructor Summary | |
|---|---|
Audio(long instance)
|
|
| Method Summary | |
|---|---|
long |
getInstance()
|
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 mute)
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Audio(long instance)
| Method Detail |
|---|
public boolean getMute()
throws VLCException
AudioIntf
getMute in interface AudioIntfVLCException
public void setMute(boolean mute)
throws VLCException
AudioIntf
setMute in interface AudioIntfmute - If true, then the input is muted.
VLCException
public void toggleMute()
throws VLCException
AudioIntf
toggleMute in interface AudioIntfVLCException
public int getVolume()
throws VLCException
AudioIntf
getVolume in interface AudioIntfVLCException
public void setVolume(int volume)
throws VLCException
AudioIntf
setVolume in interface AudioIntfvolume - The volume level (0-200) to set.
VLCExceptionpublic long getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||