Liking cljdoc? Tell your friends :D

web.audio.TrackDefault

The TrackDefault interface provides a web.audio.SourceBuffer kind, label, and language information for tracks that do not this information in the initialization segments of a media chunk.

The TrackDefault interface provides a `web.audio.SourceBuffer`
kind, label, and language information for tracks that do not
this information in the initialization segments of a media chunk.
raw docstring

byte-stream-track-idcljs

(byte-stream-track-id this)

Property.

The byteStreamTrackID read-only property of the web.audio.TrackDefault returns the ID of the specific track that the web.audio.SourceBuffer apply to.

var myID = TrackDefault.byteStreamTrackID;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/byteStreamTrackID

Property.

The byteStreamTrackID read-only property of the `web.audio.TrackDefault`
returns the ID of the specific track that the `web.audio.SourceBuffer`
apply to.

`var myID = TrackDefault.byteStreamTrackID;`

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

constructorcljs

Constructor.

The TrackDefault() constructor of the web.audio.TrackDefault interface constructs and returns a new TrackDefault object.

type A web.dom.DOMString specifying a media segment data type for the web.audio.SourceBuffer to contain. Can be audio, video, or text. language A web.dom.DOMString specifying a default language for the web.audio.SourceBuffer to use when an initialization segment does not contain language information for a new track. label A web.dom.DOMString specifying a default label for the web.audio.SourceBuffer to use when an initialization segment does not contain label information for a new track. kinds An array (sequence) of web.dom.DOMStrings specifying default kinds for the web.audio.SourceBuffer to use when an initialization segment does not contain kind information for a new track. byteStreamTrackID Optional A web.dom.DOMString specifying the ID of the specific track that the web.audio.SourceBuffer should apply to. If not specified, this value will be an empty string and the SourceBuffer can contain any tracks of the specified type.

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

Constructor.

The TrackDefault() constructor of the `web.audio.TrackDefault` interface constructs and returns a new TrackDefault object.

type
A `web.dom.DOMString` specifying a media segment data type for the `web.audio.SourceBuffer` to contain. Can be audio, video, or text.
language
A `web.dom.DOMString` specifying a default language for the `web.audio.SourceBuffer` to use when an initialization segment does not contain language information for a new track.
label
A `web.dom.DOMString` specifying a default label for the `web.audio.SourceBuffer` to use when an initialization segment does not contain label information for a new track.
kinds
An array (sequence) of `web.dom.DOMString`s specifying default kinds for the `web.audio.SourceBuffer` to use when an initialization segment does not contain kind information for a new track.
byteStreamTrackID Optional
A `web.dom.DOMString` specifying the ID of the specific track that the `web.audio.SourceBuffer` should apply to. If not specified, this value will be an empty string and the SourceBuffer can contain any tracks of the specified type.

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

kindscljs

(kinds this)

Property.

The kinds read-only property of the web.audio.TrackDefault returns default kinds for an associated web.audio.SourceBuffer use when an initialization segment does not contain label information a new track.

var mykinds = TrackDefault.kinds;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/kinds

Property.

The kinds read-only property of the `web.audio.TrackDefault`
returns default kinds for an associated `web.audio.SourceBuffer`
use when an initialization segment does not contain label information
a new track.

`var mykinds = TrackDefault.kinds;`

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

labelcljs

(label this)

Property.

The label read-only property of the web.audio.TrackDefault returns the default label for an associated web.audio.SourceBuffer use when an initialization segment does not contain label information a new track.

var mylabel = TrackDefault.label;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/label

Property.

The label read-only property of the `web.audio.TrackDefault`
returns the default label for an associated `web.audio.SourceBuffer`
use when an initialization segment does not contain label information
a new track.

`var mylabel = TrackDefault.label;`

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

languagecljs

(language this)

Property.

The language read-only property of the web.audio.TrackDefault returns a default language for an associated web.audio.SourceBuffer use when an initialization segment does not contain language for a new track.

var mylanguage = TrackDefault.language;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/language

Property.

The language read-only property of the `web.audio.TrackDefault`
returns a default language for an associated `web.audio.SourceBuffer`
use when an initialization segment does not contain language
for a new track.

`var mylanguage = TrackDefault.language;`

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

set-byte-stream-track-id!cljs

(set-byte-stream-track-id! this val)

Property.

The byteStreamTrackID read-only property of the web.audio.TrackDefault returns the ID of the specific track that the web.audio.SourceBuffer apply to.

var myID = TrackDefault.byteStreamTrackID;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/byteStreamTrackID

Property.

The byteStreamTrackID read-only property of the `web.audio.TrackDefault`
returns the ID of the specific track that the `web.audio.SourceBuffer`
apply to.

`var myID = TrackDefault.byteStreamTrackID;`

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

set-kinds!cljs

(set-kinds! this val)

Property.

The kinds read-only property of the web.audio.TrackDefault returns default kinds for an associated web.audio.SourceBuffer use when an initialization segment does not contain label information a new track.

var mykinds = TrackDefault.kinds;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/kinds

Property.

The kinds read-only property of the `web.audio.TrackDefault`
returns default kinds for an associated `web.audio.SourceBuffer`
use when an initialization segment does not contain label information
a new track.

`var mykinds = TrackDefault.kinds;`

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

set-label!cljs

(set-label! this val)

Property.

The label read-only property of the web.audio.TrackDefault returns the default label for an associated web.audio.SourceBuffer use when an initialization segment does not contain label information a new track.

var mylabel = TrackDefault.label;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/label

Property.

The label read-only property of the `web.audio.TrackDefault`
returns the default label for an associated `web.audio.SourceBuffer`
use when an initialization segment does not contain label information
a new track.

`var mylabel = TrackDefault.label;`

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

set-language!cljs

(set-language! this val)

Property.

The language read-only property of the web.audio.TrackDefault returns a default language for an associated web.audio.SourceBuffer use when an initialization segment does not contain language for a new track.

var mylanguage = TrackDefault.language;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/language

Property.

The language read-only property of the `web.audio.TrackDefault`
returns a default language for an associated `web.audio.SourceBuffer`
use when an initialization segment does not contain language
for a new track.

`var mylanguage = TrackDefault.language;`

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

set-type!cljs

(set-type! this val)

Property.

The type read-only property of the web.audio.TrackDefault interface the type of track that this web.audio.SourceBuffer's media data relates to (i.e. audio, video, or text track.)

var myType = TrackDefault.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/type

Property.

The type read-only property of the `web.audio.TrackDefault` interface
the type of track that this `web.audio.SourceBuffer`'s media
data relates to (i.e. audio, video, or text track.)

`var myType = TrackDefault.type;`

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

typecljs

(type this)

Property.

The type read-only property of the web.audio.TrackDefault interface the type of track that this web.audio.SourceBuffer's media data relates to (i.e. audio, video, or text track.)

var myType = TrackDefault.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/TrackDefault/type

Property.

The type read-only property of the `web.audio.TrackDefault` interface
the type of track that this `web.audio.SourceBuffer`'s media
data relates to (i.e. audio, video, or text track.)

`var myType = TrackDefault.type;`

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

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

× close