Metadata

Metadata

data class Metadata(entries: List<Metadata.Entry>, val startTime: Double)

Contains timed metadata. The type of the metadata can be derived through Entry.type. The supported types are:

DASH EventStream metadata as well as Event Message boxes (emsg) are both represented by the type com.bitmovin.player.api.metadata.emsg.EventMessage.type.

Constructors

Metadataconstructor(entries: List<Metadata.Entry>, startTime: Double)

Types

NameSummary
Entryinterface Entry

Properties

NameSummary
startTimeval startTime: Double

Functions

NameSummary
getoperator fun get(index: Int): Metadata.Entry?
lengthfun length(): Int