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

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

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

Methods in org.teleal.cling.support.renderingcontrol that return Channel
protected  Channel AbstractAudioRenderingControl.getChannel(String channelName)
           
static Channel Channel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Channel[] Channel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teleal.cling.support.renderingcontrol with parameters of type Channel
abstract  boolean AbstractAudioRenderingControl.getLoudness(Channel channel)
           
abstract  boolean AbstractAudioRenderingControl.getMute(Channel channel)
           
abstract  int AbstractAudioRenderingControl.getVolume(Channel channel)
           
abstract  Short AbstractAudioRenderingControl.getVolumeDB(Channel channel)
           
abstract  VolumeDBRange AbstractAudioRenderingControl.getVolumeDBRange(Channel channel)
           
 Long RenderingControlLastChange.getVolumeValue(long instanceId, Channel channel)
           
protected abstract  void AbstractAudioRenderingControl.setLoudness(Channel channel, boolean desiredLoudness)
           
protected abstract  void AbstractAudioRenderingControl.setMute(Channel channel, boolean desiredMute)
           
protected abstract  void AbstractAudioRenderingControl.setVolume(Channel channel, int desiredVolume)
           
protected abstract  void AbstractAudioRenderingControl.setVolumeDB(Channel channel, Short desiredVolume)
           
 



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