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

    Interface OfflineDownloadRequest

    Represents the configuration to start a download.

    Platform: Android, iOS

    interface OfflineDownloadRequest {
        audioOptionIds?: string[];
        minimumBitrate?: number;
        textOptionIds?: string[];
    }
    Index

    Properties

    audioOptionIds?: string[]

    Audio tracks with IDs to download.

    minimumBitrate?: number

    Minimum video bitrate to download. The nearest higher available bitrate will be selected.

    textOptionIds?: string[]

    Text tracks with IDs to download.