public class MixMonitorMuteAction extends AbstractManagerAction
Constructor and Description |
---|
MixMonitorMuteAction()
Creates a new empty MixMonitorMuteAction
|
MixMonitorMuteAction(String channel)
Mutes the monitor on the given channel.
|
MixMonitorMuteAction(String channel,
Integer state)
Either mutes or un-mutes the monitor on the given channel.
|
MixMonitorMuteAction(String channel,
String direction)
Mutes the monitor on the given channel for the given portion
of the call.
|
MixMonitorMuteAction(String channel,
String direction,
Integer state)
Either mutes or un-mutes the monitor on the given channel for
the given portion of the call.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action.
|
String |
getChannel()
Returns the name of the channel to mute.
|
String |
getDirection()
Gets the direction of the part of the recording to mute.
|
Integer |
getState()
Gets the state of the mute.
|
void |
setChannel(String channel)
Sets the name of the channel to mute.
|
void |
setDirection(String direction)
Sets the direction of the part of the recording to mute.
|
void |
setState(Integer state)
Sets the state of the mute operation.
|
getActionId, setActionId, toString
public MixMonitorMuteAction()
public MixMonitorMuteAction(String channel)
channel
- public MixMonitorMuteAction(String channel, String direction)
channel
- direction
- public MixMonitorMuteAction(String channel, String direction, Integer state)
channel
- direction
- state
- public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getChannel()
public void setChannel(String channel)
channel
- public String getDirection()
public void setDirection(String direction)
direction
- public Integer getState()
public void setState(Integer state)
state
- Copyright © 2004–2016. All rights reserved.