Optional
_loadInternal state used to identify the if it is the first the the audio track is trying to load
Optional
channelSpecifies how many channels the track contains. Only used by channel control plugin.
Optional
channel(Default: "speakers") Channel interpretation (WebAudio)
Optional
channel(Default: undefined) Channel layout labels to display.
Optional
enabled(Default: false) determines if the track should be exempt from being counted as an enabled track (see maxEnabledTracks setting)
Optional
idOptional id of the audio file, defaults to the same as src
Optional
labelUsed for visualization in a UI.
Optional
nativeIf this is set it means that the track is already enabled and added to the DOM.
Optional
offsetSpecifies the offset of the track relative to the master in seconds.
Source of the audio track. Also used as identifier.
Optional
updateCallback called when the current src fails to request a new one. This can be used to provide a new pre-signed url for example when the current url times out.
Represents a discrete audio track.