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

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

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

Methods in org.fourthline.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.fourthline.cling.support.renderingcontrol
 

Methods in org.fourthline.cling.support.renderingcontrol that return Channel
protected  Channel AbstractAudioRenderingControl.getChannel(String channelName)
           
protected abstract  Channel[] AbstractAudioRenderingControl.getCurrentChannels()
           
 

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

Fields in org.fourthline.cling.support.renderingcontrol.lastchange declared as Channel
protected  Channel ChannelVolumeDB.channel
           
protected  Channel ChannelVolume.channel
           
protected  Channel ChannelMute.channel
           
protected  Channel ChannelLoudness.channel
           
 

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

Constructors in org.fourthline.cling.support.renderingcontrol.lastchange with parameters of type Channel
ChannelLoudness(Channel channel, Boolean loudness)
           
ChannelMute(Channel channel, Boolean mute)
           
ChannelVolume(Channel channel, Integer volume)
           
ChannelVolumeDB(Channel channel, Integer volumeDB)
           
 



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