Represents the configuration to start a download.

Platform

Android, iOS

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

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.