DownloadTrackSelection
data class DownloadTrackSelection(val videoTrackId: BaseTrack.VideoTrack? = null, val audioTrackId: BaseTrack.AudioTrack? = null, val subtitleTrackIdes: List<BaseTrack.SubtitleTrack>? = null)
Constructors
Link copied to clipboard
constructor(videoTrackId: BaseTrack.VideoTrack? = null, audioTrackId: BaseTrack.AudioTrack? = null, subtitleTrackIdes: List<BaseTrack.SubtitleTrack>? = null)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(videoTrackId: BaseTrack.VideoTrack? = null, audioTrackId: BaseTrack.AudioTrack? = null, subtitleTrackIdes: List<BaseTrack.SubtitleTrack>? = null): DownloadTrackSelection