length
read-only property of the SourceBufferList
interface returns the number of SourceBuffer
objects in the list.SourceBuffer()
getter method of the SourceBufferList
interface allows the SourceBuffer
objects in the list to be accessed with an array operator (i.e. []
.)