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

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

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

Methods in org.teleal.cling.support.model that return Channel
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.
 

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)
           
 

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

Fields in org.teleal.cling.support.renderingcontrol.lastchange declared as Channel
protected  Channel ChannelVolume.channel
           
protected  Channel ChannelMute.channel
           
 

Methods in org.teleal.cling.support.renderingcontrol.lastchange that return Channel
 Channel ChannelVolume.getChannel()
           
 Channel ChannelMute.getChannel()
           
 

Constructors in org.teleal.cling.support.renderingcontrol.lastchange with parameters of type Channel
ChannelMute(Channel channel, Boolean mute)
           
ChannelVolume(Channel channel, Integer volume)
           
 



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