Skip to main content

AudioTrack

Extends

Properties

label?

optional label: string

The human-readable title.


language?

optional language: string

The language associated with this track. This value is normalized - language part is always lowercase and translated to ISO-639-1 if possible.


bitrate?

optional bitrate: number

The bitrate in bits per second.

Remarks

Available on Android.


codecs?

optional codecs: string

The used codecs.

Remarks

Available on Android.


mimeType?

optional mimeType: string

The media type.

Remarks

Available on Android.


descriptors

descriptors: Record<DescriptorType, DashDescriptor | HlsDescriptor>

The additional metadata extracted from the manifest.


id

id: string

Inherited from

Track.id


active

active: boolean

Inherited from

Track.active