EventMessage

data class EventMessage(val schemeIdUri: String, val value: String, val durationMs: Long?, val id: Long, val messageData: ByteArray) : Metadata.Entry

Represents Event Message box metadata or DASH EventStream event metadata according to ISO 23009-1.

Constructors

Link copied to clipboard
constructor(schemeIdUri: String, value: String, durationMs: Long?, id: Long, messageData: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration of the event in milliseconds.

Link copied to clipboard

The instance identifier.

Link copied to clipboard

The body of the message.

Link copied to clipboard

The message scheme.

Link copied to clipboard
open override val type: String
Link copied to clipboard

The value for the event.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int