audioTracks property

AudioTrackList get audioTracks

The audioTracks read-only property of the SourceBuffer interface returns a list of the audio tracks currently contained inside the SourceBuffer.

Implementation

external AudioTrackList get audioTracks;