|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.lang.Boolean,PlaybackModeStop>
com.avaya.conferencing.api.acp.control.operations.PlaybackModeStop
public final class PlaybackModeStop
Stops an ongoing (or paused) playback.
The operation will return a Boolean indicating whether the playback was stopped successfully.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
Operation.Impact |
getImpact()
Returns the impact of the operation. |
Verb |
getVerb()
This gets the verb that describes this operation. |
boolean |
isAsModerator()
Returns the asModerator of this PlaybackModeStop object. |
void |
setAsModerator(boolean asModerator)
Setter for the property 'asModerator'. |
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isAsModerator()
public void setAsModerator(boolean asModerator)
Setter for the property 'asModerator'.
It is important to note that, the value in this property MUST be the same as the one in the 'dtmfEnabled' property of the StartRecording operation.
asModerator - The value to place in property 'asModerator'.public Operation.Impact getImpact()
public Verb getVerb()
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||