SourceBufferList

A simple container list for multiple SourceBuffer objects.

MDN Reference

Properties

Functions

Link copied to clipboard
Link copied to clipboard
open operator fun get(index: Int): SourceBuffer
open operator fun get(key: Symbol.iterator): () -> JsIterator<SourceBuffer>
Link copied to clipboard
open inline operator fun iterator(): Iterator<SourceBuffer>