Skip to main content

DownloadTrackSelection

[androidJvm]
data class DownloadTrackSelection(val videoTrackId: BaseTrack.VideoTrack? = null, val audioTrackId: BaseTrack.AudioTrack? = null, val subtitleTrackIdes: List<BaseTrack.SubtitleTrack>? = null)

Constructors

DownloadTrackSelection[androidJvm]
constructor(videoTrackId: BaseTrack.VideoTrack? = null, audioTrackId: BaseTrack.AudioTrack? = null, subtitleTrackIdes: List<BaseTrack.SubtitleTrack>? = null)

Types

NameSummary
Callback[androidJvm]
interface Callback

Properties

NameSummary
audioTrackId[androidJvm]
val audioTrackId: BaseTrack.AudioTrack? = null
subtitleTrackIdes[androidJvm]
val subtitleTrackIdes: List<BaseTrack.SubtitleTrack>? = null
videoTrackId[androidJvm]
val videoTrackId: BaseTrack.VideoTrack? = null