BrightcoveExtension

data class BrightcoveExtension(val contentURI: String?, val contentDurationMs: Double?, val contentTimelineDurationMs: Double?, val sessionID: String?, val thumbnail: Thumbnail?)

Represents Brightcove specific extensions.

Constructors

Link copied to clipboard
constructor(contentURI: String?, contentDurationMs: Double?, contentTimelineDurationMs: Double?, sessionID: String?, thumbnail: Thumbnail?)

Properties

Link copied to clipboard

The duration of the main content excluding ad breaks duration (in milliseconds).

Link copied to clipboard

The duration of the content including preroll, midroll, and postroll ad breaks duration (in milliseconds).

Link copied to clipboard

The URL to retrieve the content itself or it's manifest.

Link copied to clipboard
Link copied to clipboard

The Thumbnail instance.