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

    Enumeration MetadataType

    Enumerates all supported types of timed metadata entries.

    MetadataEntry for the full type narrowing documentation

    Index

    Enumeration Members

    Enumeration Members

    DATERANGE: "DATERANGE"

    HLS #EXT-X-DATERANGE tags representing timed opportunities or annotations.

    Used for in-playlist markers such as interstitial opportunities, blackout windows, content labels, or other time-bounded ranges.

    EMSG: "EMSG"

    Event Message metadata as defined in ISO/IEC 23009-1.

    Represents MP4 Event Message boxes (emsg) or DASH EventStream events carrying an application- or spec-defined payload.

    Android

    This metadata type is never emitted on iOS or tvOS, as the native player does not surface EMSG events on those platforms.

    ID3: "ID3"

    ID3 metadata embedded in the media stream.

    Used for timed ID3 tags such as text frames, comments, artwork, chapters, private frames, and other ID3v2 structures.

    SCTE: "SCTE"

    SCTE-35 signaling extracted from HLS #EXT-X-SCTE35 tags.

    Typically used for ad insertion, blackout signaling, or other broadcast-style cue messages.

    Unsupported: "NONE"

    Sentinel type for unsupported metadata.

    This value indicates that the underlying native player reported timed metadata at some point in the stream, but the React Native SDK does not yet map it to one of the supported metadata entry types of (ID3, SCTE, DATERANGE, or EMSG).