|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RecordPlaybackServer.Features>
com.avaya.conferencing.api.acp.control.RecordPlaybackServer.Features
public static enum RecordPlaybackServer.Features
Features of a RecordPlaybackServer published by the API.
| Enum Constant Summary | |
|---|---|
AUTO_GENERATE_FILE_NAME
The RecordPlaybackServer can generate a unique file name if a file name has not been specified for a RecordingModeStart operation. |
|
CAN_PLAYBACK_FROM_MESSAGE
The RecordPlaybackServer can playback from a message. |
|
CAN_PLAYBACK_TO_CONFERENCE
The RecordPlaybackServer can playback to a conference. |
|
CAN_RECORD_FROM_CONFERENCE
The RecordPlaybackServer can record a conference. |
|
CAN_RECORD_FROM_ENDPOINT
The RecordPlaybackServer can record from an endpoint. |
|
CAN_RECORD_TO_MESSAGE
The RecordPlaybackServer can record a message. |
|
FILE_BASED
The RecordPlaybackServer uses files. |
|
PAUSE_RESUME
The RecordPlaybackServer can pause and subsequently resume a playback / recording. |
|
PLAYBACK
The RecordPlaybackServer can play back recordings. |
|
RECORDING
The RecordPlaybackServer can record. |
|
| Method Summary | |
|---|---|
static RecordPlaybackServer.Features |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordPlaybackServer.Features[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RecordPlaybackServer.Features RECORDING
public static final RecordPlaybackServer.Features PLAYBACK
public static final RecordPlaybackServer.Features PAUSE_RESUME
public static final RecordPlaybackServer.Features FILE_BASED
public static final RecordPlaybackServer.Features AUTO_GENERATE_FILE_NAME
RecordingModeStart operation.
public static final RecordPlaybackServer.Features CAN_RECORD_TO_MESSAGE
public static final RecordPlaybackServer.Features CAN_RECORD_FROM_CONFERENCE
public static final RecordPlaybackServer.Features CAN_PLAYBACK_TO_CONFERENCE
public static final RecordPlaybackServer.Features CAN_PLAYBACK_FROM_MESSAGE
public static final RecordPlaybackServer.Features CAN_RECORD_FROM_ENDPOINT
| Method Detail |
|---|
public static RecordPlaybackServer.Features[] values()
for (RecordPlaybackServer.Features c : RecordPlaybackServer.Features.values()) System.out.println(c);
public static RecordPlaybackServer.Features valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||