|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ChannelVolumeDB.channel
|
protected Channel |
ChannelVolume.channel
|
protected Channel |
ChannelMute.channel
|
| Methods in org.teleal.cling.support.renderingcontrol.lastchange that return Channel | |
|---|---|
Channel |
ChannelVolumeDB.getChannel()
|
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)
|
|
ChannelVolumeDB(Channel channel,
Integer volumeDB)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||