AudioTrack

data class AudioTrack(val id: String?, val label: String?, val language: String?, val sampleMimeType: String?, val channelCount: Int?, val formatIndex: Int?) : Track(source)

Constructors

Link copied to clipboard
constructor(id: String?, label: String?, language: String?, sampleMimeType: String?, channelCount: Int?, formatIndex: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: String?

Unique among the class, used to check which track is used. VideoTrack and AudioTrack can have the same id

Link copied to clipboard
open override val label: String?
Link copied to clipboard
open override val language: String?
Link copied to clipboard
open override val sampleMimeType: String?