Uses of Class
org.fourthline.cling.support.renderingcontrol.RenderingControlException

Packages that use RenderingControlException
org.fourthline.cling.support.renderingcontrol   
 

Uses of RenderingControlException in org.fourthline.cling.support.renderingcontrol
 

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



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.