struct Asterisk::ARI::Playbacks::Playback
- Asterisk::ARI::Playbacks::Playback
- Struct
- Value
- Object
Overview
Object representing the playback of media to a channel
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/playbacks_playback.crConstructors
Instance Method Summary
-
#id : String
ID for this playback operation
-
#id=(id : String)
ID for this playback operation
-
#language : String?
For media types that support multiple languages, the language requested for playback.
-
#language=(language : String?)
For media types that support multiple languages, the language requested for playback.
-
#media_uri : String
The URI for the media currently being played back.
-
#media_uri=(media_uri : String)
The URI for the media currently being played back.
-
#next_media_uri : String?
If a list of URIs is being played, the next media URI to be played back.
-
#next_media_uri=(next_media_uri : String?)
If a list of URIs is being played, the next media URI to be played back.
-
#state : String
Current state of the playback operation.
-
#state=(state : String)
Current state of the playback operation.
-
#target_uri : String
URI for the channel or bridge to play the media on
-
#target_uri=(target_uri : String)
URI for the channel or bridge to play the media on
Constructor Detail
Instance Method Detail
For media types that support multiple languages, the language requested for playback.
For media types that support multiple languages, the language requested for playback.
If a list of URIs is being played, the next media URI to be played back.
If a list of URIs is being played, the next media URI to be played back.