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

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

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

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)
           
 Integer 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, Integer desiredVolumeDB)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.