OSTIP_EXARI v0.1.0 Swagger.Client.Model.Playback View Source

Object representing the playback of media to a channel

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.Playback{
  id: String.t(),
  language: String.t(),
  media_uri: String.t(),
  next_media_uri: String.t(),
  state: String.t(),
  target_uri: String.t()
}