Metadata

data class Metadata(metadata: Metadata, type: String) : PlayerEvent

Emitted when metadata (e.g. Id3Frame in HLS and EventMessage in DASH) is encountered.

Constructors

Metadata
Link copied to clipboard
fun Metadata(metadata: Metadata, type: String)

Properties

metadata
Link copied to clipboard
val metadata: Metadata
The com.bitmovin.player.api.metadata.Metadata object containing the metadata as encountered in the stream.
type
Link copied to clipboard
val type: String

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.