The SourceBufferList interface represents a simple container
for multiple web.video.SourceBuffer
objects.
The SourceBufferList interface represents a simple container for multiple `web.video.SourceBuffer` objects.
(length this)
Property.
[Read Only] [Draft] [Experimental]
The length read-only property of the web.video.SourceBufferList
returns the number of web.video.SourceBuffer
objects in the
var myListLength = SourceBufferList.length;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/length
Property. [Read Only] [Draft] [Experimental] The length read-only property of the `web.video.SourceBufferList` returns the number of `web.video.SourceBuffer` objects in the `var myListLength = SourceBufferList.length;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/length`
(onaddsourcebuffer this)
Property.
The event handler for the addsourcebuffer event.
Property. The event handler for the addsourcebuffer event.
(onremovesourcebuffer this)
Property.
The event handler for the removesourcebuffer event.
Property. The event handler for the removesourcebuffer event.
(set-onaddsourcebuffer! this val)
Property.
The event handler for the addsourcebuffer event.
Property. The event handler for the addsourcebuffer event.
(set-onremovesourcebuffer! this val)
Property.
The event handler for the removesourcebuffer event.
Property. The event handler for the removesourcebuffer event.
(source-buffer this)
Method.
[Experimental]
The SourceBuffer() getter method of the web.video.SourceBufferList
allows the SourceBuffer objects in the list to be accessed with
array operator (i.e. [].)
var mySourceBuffer = SourceBufferList[index];
See also: https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/SourceBuffer
Method. [Experimental] The SourceBuffer() getter method of the `web.video.SourceBufferList` allows the SourceBuffer objects in the list to be accessed with array operator (i.e. [].) `var mySourceBuffer = SourceBufferList[index];` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/SourceBuffer`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close