DownloadTrackSelection
data class DownloadTrackSelection(val videoTrackId: BaseTrack.VideoTrack? = null, val audioTrackIds: List<BaseTrack.AudioTrack>? = null, val subtitleTrackIds: List<BaseTrack.SubtitleTrack>? = null)
Constructors
Link copied to clipboard
constructor(videoTrackId: BaseTrack.VideoTrack? = null, audioTrackIds: List<BaseTrack.AudioTrack>? = null, subtitleTrackIds: 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, audioTrackIds: List<BaseTrack.AudioTrack>? = null, subtitleTrackIds: List<BaseTrack.SubtitleTrack>? = null): DownloadTrackSelection