activeSourceBuffers property

SourceBufferList get activeSourceBuffers

The activeSourceBuffers read-only property of the MediaSource interface returns a SourceBufferList object containing a subset of the SourceBuffer objects contained within MediaSource.sourceBuffers — the list of objects providing the selected video track, enabled audio tracks, and shown/hidden text tracks.

Implementation

external SourceBufferList get activeSourceBuffers;