Results 1 - 3 of 3

SourceBufferList.length

The length read-only property of the SourceBufferList interface returns the number of SourceBuffer objects in the list.
API Audio length Media Source Extensions MSE Property Reference SourceBufferList Video

SourceBufferList.SourceBuffer()

The SourceBuffer() getter method of the SourceBufferList interface allows the SourceBuffer objects in the list to be accessed with an array operator (i.e. [].)
API Audio Experimental Getter Media Source Extensions Method MSE Reference SourceBuffer SourceBufferList Video