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

    Interface SubtitleCueRegion

    Native cue region metadata, when provided by the platform.

    iOS, tvOS

    interface SubtitleCueRegion {
        id?: string;
        style?: string;
    }
    Index

    Properties

    Properties

    id?: string

    Region identifier.

    style?: string

    Opaque region style string from the native SDK.

    The format is platform-defined; consumers should not parse or rely on its exact syntax.