Methods in org.teleal.cling.support.renderingcontrol that throw RenderingControlException |
protected Channel |
AbstractAudioRenderingControl.getChannel(String channelName)
|
protected AbstractAudioRenderingControl |
AbstractAudioRenderingControl.getInstance(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract boolean |
AbstractAudioRenderingControl.getLoudness(Channel channel)
|
boolean |
AbstractAudioRenderingControl.getLoudness(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName)
|
abstract boolean |
AbstractAudioRenderingControl.getMute(Channel channel)
|
boolean |
AbstractAudioRenderingControl.getMute(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName)
|
abstract String |
AbstractAudioRenderingControl.getPresetNameList()
|
abstract int |
AbstractAudioRenderingControl.getVolume(Channel channel)
|
org.teleal.cling.model.types.UnsignedIntegerTwoBytes |
AbstractAudioRenderingControl.getVolume(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName)
|
abstract Short |
AbstractAudioRenderingControl.getVolumeDB(Channel channel)
|
Short |
AbstractAudioRenderingControl.getVolumeDB(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName)
|
abstract VolumeDBRange |
AbstractAudioRenderingControl.getVolumeDBRange(Channel channel)
|
VolumeDBRange |
AbstractAudioRenderingControl.getVolumeDBRange(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName)
|
String |
AbstractAudioRenderingControl.listPresets(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract void |
AbstractAudioRenderingControl.selectPreset(String presetName)
|
void |
AbstractAudioRenderingControl.selectPreset(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String presetName)
|
protected abstract void |
AbstractAudioRenderingControl.setLoudness(Channel channel,
boolean desiredLoudness)
|
void |
AbstractAudioRenderingControl.setLoudness(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName,
boolean desiredLoudness)
|
protected abstract void |
AbstractAudioRenderingControl.setMute(Channel channel,
boolean desiredMute)
|
void |
AbstractAudioRenderingControl.setMute(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName,
boolean desiredMute)
|
protected abstract void |
AbstractAudioRenderingControl.setVolume(Channel channel,
int desiredVolume)
|
void |
AbstractAudioRenderingControl.setVolume(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName,
org.teleal.cling.model.types.UnsignedIntegerTwoBytes desiredVolume)
|
protected abstract void |
AbstractAudioRenderingControl.setVolumeDB(Channel channel,
Short desiredVolume)
|
void |
AbstractAudioRenderingControl.setVolumeDB(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
String channelName,
Short desiredVolumeDB)
|