new AudioTrack( [options])
AudioTrack class
https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist-and-videotracklist-objects
interface AudioTrack {
readonly attribute DOMString id;
readonly attribute DOMString kind;
readonly attribute DOMString label;
readonly attribute DOMString language;
attribute boolean enabled;
readonly attribute DOMNumber bitrate;
};
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
Object |
<optional> |
Options object |
Members
-
bitrate
-
-
enabled
-
Set AudioTrack state to enabled
Automatically triggers modechange on the object
-
enabled
-
-
id
-
-
kind
-
-
label
-
-
language
-
-
mediaInfo
-
EMP Html5 Player