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

    Interface UnsupportedMetadataEntry

    Metadata entry for unsupported metadata types.

    This type is emitted when the native player reports timed metadata that this SDK cannot attach to one of the supported types:

    • iOS: metadata that is not exposed as ID3, SCTE, or DATERANGE
    • Android: metadata that is not exposed as ID3, SCTE, DATERANGE, or EMSG
    interface UnsupportedMetadataEntry {
        metadataType: Unsupported;
        platform: "ios" | "android";
    }
    Index

    Properties

    metadataType: Unsupported
    platform: "ios" | "android"

    The platform that reported the unsupported metadata.