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(java.lang.String channelName)
           
 boolean AbstractAudioRenderingControl.getLoudness(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName)
           
abstract  boolean AbstractAudioRenderingControl.getMute(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName)
           
abstract  org.teleal.cling.model.types.UnsignedIntegerTwoBytes AbstractAudioRenderingControl.getVolume(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName)
           
 java.lang.Short AbstractAudioRenderingControl.getVolumeDB(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName)
           
 VolumeDBRange AbstractAudioRenderingControl.getVolumeDBRange(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName)
           
 java.lang.String AbstractAudioRenderingControl.listPresets(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
           
 void AbstractAudioRenderingControl.selectPreset(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String presetName)
           
 void AbstractAudioRenderingControl.setLoudness(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName, boolean desiredLoudness)
           
abstract  void AbstractAudioRenderingControl.setMute(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName, boolean desiredMute)
           
abstract  void AbstractAudioRenderingControl.setVolume(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName, org.teleal.cling.model.types.UnsignedIntegerTwoBytes desiredVolume)
           
 void AbstractAudioRenderingControl.setVolumeDB(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, java.lang.String channelName, java.lang.Short desiredVolumeDB)
           
 



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