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

Link copied to clipboard
constructor(entries: List<Metadata.Entry>, startTime: Double)

Types

Link copied to clipboard
interface Entry

Functions

Link copied to clipboard
operator fun get(index: Int): Metadata.Entry?
Link copied to clipboard
fun length(): Int

Properties

Link copied to clipboard