Bitmovin Player React Native SDK - v1.6.0
    Preparing search index...

    Interface EventMessageMetadataEntry

    Represents Event Message metadata according to ISO 23009-1.

    This is used for both MP4 Event Message boxes (emsg) and DASH EventStream events.

    Android

    interface EventMessageMetadataEntry {
        duration?: number;
        id: number;
        messageData: string;
        metadataType: EMSG;
        schemeIdUri: string;
        value: string;
    }
    Index

    Properties

    duration?: number

    The duration of the event in seconds.

    id: number

    The instance identifier for this specific event occurrence.

    messageData: string

    Raw event message payload encoded as Base64 with no data:...;base64, prefix.

    metadataType: EMSG
    schemeIdUri: string

    The message scheme URI identifying the event type.

    "urn:mpeg:dash:event:callback:2014"
    
    value: string

    The value for the event.