AdCuePoint

interface AdCuePoint

Contains generic information about a specific cue point that represents ad break metadata. In most cases the cue point information may be formatted as a JSON string where the names of the properties of a JSON object, that represents a cue point, are implementation specific e.g.

Inheritors

Properties

Link copied to clipboard
abstract val durationMs: Double

The duration of the ad break (in milliseconds).

Link copied to clipboard
abstract val id: String?

The ad break unique identifier.

Link copied to clipboard
abstract val isSkippable: Boolean?

Indicates whether the ad break can be skipped by the user. This property is optional.

Link copied to clipboard
abstract val skipOffsetMs: Double?

The time interval from the beginning of the ad break when the user can skip this ad break (in milliseconds). This property is optional.

Link copied to clipboard

The content time offset at which the current ad break was scheduled (in milliseconds).