OfflineMediaConfig
data class OfflineMediaConfig(val title: String, val mpdUrl: String, val licenseLevel: DownloadStatus.LicenseLevel = DownloadStatus.LicenseLevel.L1, val playWhenReady: Boolean = true, val description: String = "", val sharedUrl: String? = null, val startTimeMs: Long = 0, val pluginSubtitles: List<PluginSubtitle>? = null)
Constructors
Link copied to clipboard
constructor(title: String, mpdUrl: String, licenseLevel: DownloadStatus.LicenseLevel = DownloadStatus.LicenseLevel.L1, playWhenReady: Boolean = true, description: String = "", sharedUrl: String? = null, startTimeMs: Long = 0, pluginSubtitles: List<PluginSubtitle>? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(title: String, mpdUrl: String, licenseLevel: DownloadStatus.LicenseLevel = DownloadStatus.LicenseLevel.L1, playWhenReady: Boolean = true, description: String = "", sharedUrl: String? = null, startTimeMs: Long = 0, pluginSubtitles: List<PluginSubtitle>? = null): OfflineMediaConfig
Link copied to clipboard