new AudioTrack( [options])
Create an instance of this class.
Parameters:
Name | Type | Argument | Default | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
<optional> |
{} | Object of option names and values Properties
|
- Source:
- tracks/audio-track.js
- See:
Extends
Members
-
<inner> Kind
-
All possible
AudioTrackKind
s- Source:
- tracks/track-enums.js
- See:
Events
-
enabledchange
-
An event that fires when enabled changes on this track. This allows the AudioTrackList that holds this track to act accordingly.
Note: This is not part of the spec! Native tracks will do this internally without an event.
Type: EventTarget~Event
- Source:
- tracks/audio-track.js