Playback

Summary

The Playback model represents a block of information about media that was played at a certain time. Usually this is an object used in the State model.

Model

{
   "historyID": "",
   "media": Media,
   "playlistID": -1,
   "startTime": ""
}

Detail

historyID

Unique identifier of the history object.

Type: String
Default Value: ""

media

Media shown.

Type: Media
Default Value: see Media model

playlistID

Link to the blog entry.

Type: Number
Default Value: -1

startTime

Timestamp when this media started playing.

Type: String
Default Value: ""