| Package | Description |
|---|---|
| org.jupnp.support.model | |
| org.jupnp.support.renderingcontrol | |
| org.jupnp.support.renderingcontrol.lastchange |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Channel |
AbstractAudioRenderingControl.getChannel(String channelName) |
protected abstract Channel[] |
AbstractAudioRenderingControl.getCurrentChannels() |
| Modifier and Type | Field and Description |
|---|---|
protected Channel |
ChannelVolume.channel |
protected Channel |
ChannelVolumeDB.channel |
protected Channel |
ChannelMute.channel |
protected Channel |
ChannelLoudness.channel |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelVolume.getChannel() |
Channel |
ChannelVolumeDB.getChannel() |
Channel |
ChannelMute.getChannel() |
Channel |
ChannelLoudness.getChannel() |
| Constructor and Description |
|---|
ChannelLoudness(Channel channel,
Boolean loudness) |
ChannelMute(Channel channel,
Boolean mute) |
ChannelVolume(Channel channel,
Integer volume) |
ChannelVolumeDB(Channel channel,
Integer volumeDB) |
Copyright © 2023 jUPnP.org. All rights reserved.