| Package | Description |
|---|---|
| org.asteriskjava.live | |
| org.asteriskjava.util |
| Modifier and Type | Method and Description |
|---|---|
void |
AsteriskChannel.pauseMixMonitor(MixMonitorDirection direction)
Temporarily stops monitoring this channel if this is monitored with
MixMonitor.
|
void |
AsteriskChannel.unPauseMixMonitor(MixMonitorDirection direction)
Re-enables monitoring this channel after calling
AsteriskChannel.pauseMixMonitor(org.asteriskjava.util.MixMonitorDirection) ()}
if this is monitored with MixMonitor |
| Modifier and Type | Method and Description |
|---|---|
static MixMonitorDirection |
MixMonitorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MixMonitorDirection[] |
MixMonitorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.