sourceBuffers property
SourceBufferList
get
sourceBuffers
The sourceBuffers
read-only property of the
MediaSource interface returns a SourceBufferList object
containing the list of SourceBuffer objects associated with this
MediaSource
.
Implementation
external SourceBufferList get sourceBuffers;