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

    Interface ScteMetadataEntry

    Describes metadata associated with HLS #EXT-X-SCTE35 tags.

    On iOS, TweaksConfig.isNativeHlsParsingEnabled must be enabled to parse this type of metadata.

    interface ScteMetadataEntry {
        key: string;
        metadataType: SCTE;
        value?: string;
    }
    Index

    Properties

    key: string

    The attribute name/key from the SCTE-35 tag.

    metadataType: SCTE
    value?: string

    The attribute value (nullable for key-only attributes).