Interface ActionPlaybacks
-
public interface ActionPlaybacks
Generated by: JavaInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ch.loway.oss.ari4java.generated.actions.requests.PlaybacksControlPostRequest
control(java.lang.String playbackId, java.lang.String operation)
Control a playback.ch.loway.oss.ari4java.generated.actions.requests.PlaybacksGetRequest
get(java.lang.String playbackId)
Get a playback's details.ch.loway.oss.ari4java.generated.actions.requests.PlaybacksStopDeleteRequest
stop(java.lang.String playbackId)
Stop a playback.
-
-
-
Method Detail
-
control
ch.loway.oss.ari4java.generated.actions.requests.PlaybacksControlPostRequest control(java.lang.String playbackId, java.lang.String operation) throws RestException
Control a playback.- Parameters:
playbackId
- Playback's idoperation
- Operation to perform on the playback.- Returns:
- PlaybacksControlPostRequest
- Throws:
RestException
- an error- Since:
- ARI_0_0_1
-
get
ch.loway.oss.ari4java.generated.actions.requests.PlaybacksGetRequest get(java.lang.String playbackId) throws RestException
Get a playback's details.- Parameters:
playbackId
- Playback's id- Returns:
- PlaybacksGetRequest
- Throws:
RestException
- an error- Since:
- ARI_0_0_1
-
stop
ch.loway.oss.ari4java.generated.actions.requests.PlaybacksStopDeleteRequest stop(java.lang.String playbackId) throws RestException
Stop a playback.- Parameters:
playbackId
- Playback's id- Returns:
- PlaybacksStopDeleteRequest
- Throws:
RestException
- an error- Since:
- ARI_0_0_1
-
-