W3cubDocs

/Haxe JavaScript

SourceBufferList

package js.html

extends EventTarget

Available on js

The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.

Documentation SourceBufferList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlylength:Int

Returns the number of SourceBuffer objects in the list.

onaddsourcebuffer:Function

The event handler for the addsourcebuffer event.

onremovesourcebuffer:Function

The event handler for the removesourcebuffer event.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SourceBufferList.html