PlaybackRequest

data class PlaybackRequest(val content: Content, val playbackSource: PlaybackSource? = null, val container: ApplicationContainer? = null) : MediaRequest

Represents collection of reporting data payload related to video playback request event.

Constructors

Link copied to clipboard
constructor(content: Content, playbackSource: PlaybackSource? = null, container: ApplicationContainer? = null)

Properties

Link copied to clipboard
open override val container: ApplicationContainer? = null

The ApplicationContainer instance. This value is optional if unknown.

Link copied to clipboard
open override val content: Content

The Content instance.

Link copied to clipboard
open override val playbackSource: PlaybackSource? = null

The PlaybackSource instance.