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