AudioTrack
Extends
Properties
label?
optionallabel:string
The human-readable title.
language?
optionallanguage: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?
optionalbitrate:number
The bitrate in bits per second.
Remarks
Available on Android.
codecs?
optionalcodecs:string
The used codecs.
Remarks
Available on Android.
mimeType?
optionalmimeType: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
active
active:
boolean