AdControllable

interface AdControllable

Represents AdComposedPlayer protocol to support ad playback's advanced scenarios.

Inheritors

Properties

Link copied to clipboard
abstract var streamId: String?

Represents the identifier used during server side ad insertion to uniquely identify a stream. Returns null if server side ad insertion was not used.

Functions

Link copied to clipboard
open fun replaceAdTagParameters(adTagParameters: Map<String, String>)

Replaces all the ad tag parameters used for the upcoming ad requests for a live stream. Note that this call is a no-op for VOD streams.