PLVMediaDownloadSetting
data class PLVMediaDownloadSetting @JvmOverloads constructor(val downloadRootDirectory: File, val concurrentDownloads: Int = 5, val allowBitRateFallback: Boolean = true, val openMultiViewerDownload: Boolean = false, multiDownloadViewerId: String? = null)
下载配置
Author
Hoshiiro