| |
|
| java.lang.Object com.sun.mmedia.AudioRenderer
AudioRenderer | abstract public class AudioRenderer implements VolumeControl(Code) | | Description of the Class
|
Field Summary | |
protected int | level | protected boolean | muted |
level | protected int level(Code) | | Description of the Field
|
muted | protected boolean muted(Code) | | Description of the Field
|
getLevel | public int getLevel()(Code) | | Gets the level attribute of the AudioRenderer object
The level value |
init | public void init(BasicPlayer player)(Code) | | Description of the Method
Parameters: player - Description of the Parameter |
isMuted | public boolean isMuted()(Code) | | Gets the muted attribute of the AudioRenderer object
The muted value |
setLevel | public int setLevel(int ll)(Code) | | Sets the level attribute of the AudioRenderer object
Parameters: ll - The new level value Description of the Return Value |
setMute | public void setMute(boolean mute)(Code) | | Sets the mute attribute of the AudioRenderer object
Parameters: mute - The new mute value |
|
|
|