struct Asterisk::ARI::Events::PlaybackContinuing
- Asterisk::ARI::Events::PlaybackContinuing
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Event showing the continuation of a media playback operation from one media URI to the next in the list.
Defined in:
asterisk/ari/events/playback_continuing.crConstructors
-
.new(pull : JSON::PullParser)
Event showing the continuation of a media playback operation from one media URI to the next in the list.
Instance Method Summary
-
#playback : Playbacks::Playback
Playback control object
-
#playback=(playback : Playbacks::Playback)
Playback control object
Instance methods inherited from struct Asterisk::ARI::Events::Event
application : String
application,
application=(application : String)
application=,
timestamp : Time
timestamp,
timestamp=(timestamp : Time)
timestamp=
Constructor methods inherited from struct Asterisk::ARI::Events::Event
new(pull : JSON::PullParser)
new
Instance methods inherited from struct Asterisk::ARI::Events::Message
asterisk_id : String?
asterisk_id,
asterisk_id=(asterisk_id : String?)
asterisk_id=,
type : String
type,
type=(type : String)
type=
Constructor methods inherited from struct Asterisk::ARI::Events::Message
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
Event showing the continuation of a media playback operation from one media URI to the next in the list.