Liking cljdoc? Tell your friends :D

web.audio.SourceBufferList

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

The SourceBufferList interface represents a simple container
for multiple `web.audio.SourceBuffer` objects.
raw docstring

lengthcljs

(length this)

Property.

The length read-only property of the web.audio.SourceBufferList returns the number of web.audio.SourceBuffer objects in the

var myListLength = SourceBufferList.length;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/length

Property.

The length read-only property of the `web.audio.SourceBufferList`
returns the number of `web.audio.SourceBuffer` objects in the

`var myListLength = SourceBufferList.length;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/length`
sourceraw docstring

onaddsourcebuffercljs

(onaddsourcebuffer this)

Property.

The event handler for the addsourcebuffer event.

Property.

The event handler for the addsourcebuffer event.
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

The length read-only property of the web.audio.SourceBufferList returns the number of web.audio.SourceBuffer objects in the

var myListLength = SourceBufferList.length;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/length

Property.

The length read-only property of the `web.audio.SourceBufferList`
returns the number of `web.audio.SourceBuffer` objects in the

`var myListLength = SourceBufferList.length;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SourceBufferList/length`
sourceraw docstring

set-onaddsourcebuffer!cljs

(set-onaddsourcebuffer! this val)

Property.

The event handler for the addsourcebuffer event.

Property.

The event handler for the addsourcebuffer event.
sourceraw docstring

source-buffercljs

(source-buffer this)

Method.

The SourceBuffer() getter method of the web.audio.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.

The SourceBuffer() getter method of the `web.audio.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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close