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

    Type Alias Base64Raw

    Base64Raw: string

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

    Use this type whenever the value is just the Base64 string itself, not a full data URI string.

    // Correct format:
    "SGVsbG8gV29ybGQ="
    // Incorrect (includes a data URI scheme — not allowed):
    "data:text/plain;base64,SGVsbG8gV29ybGQ="