MetadataParsed

data class MetadataParsed(metadata: Metadata, type: String) : SourceEvent

Emitted when metadata is first seen and parsed.

Constructors

MetadataParsed
Link copied to clipboard
fun MetadataParsed(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.