Package | Description |
---|---|
org.asteriskjava.manager.action |
Provides classes that represent the standard actions that can be sent
to an Asterisk server via the Manager API.
|
Modifier and Type | Method and Description |
---|---|
MuteAudioAction.State |
MuteAudioAction.getState()
Returns the state controls whether we are muting or unmuting the channel.
|
static MuteAudioAction.State |
MuteAudioAction.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuteAudioAction.State[] |
MuteAudioAction.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MuteAudioAction.setState(MuteAudioAction.State state)
Sets the state controls whether we are muting or unmuting the channel.
|
Constructor and Description |
---|
MuteAudioAction(String channel,
MuteAudioAction.Direction direction,
MuteAudioAction.State state)
Creates a new MuteAction that Mutes or Unmutes the two given channel.
|
Copyright © 2004–2017. All rights reserved.