Liking cljdoc? Tell your friends :D

web.video.MediaMetadata

The MediaMetadata interface of the the Media Session API provides a web page to provide rich media metadata for display in a platform

The MediaMetadata interface of the the Media Session API provides
a web page to provide rich media metadata for display in a platform
raw docstring

albumcljs

(album this)

Property.

[Experimental]

The album property of the MediaMetaData interface returns or the name of the album or collection containing the media to be

var album = mediaMetaData.album mediaMetaData.album = album

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

Property.

[Experimental]

The album property of the `MediaMetaData` interface returns or
the name of the album or collection containing the media to be

`var album = mediaMetaData.album
mediaMetaData.album = album`

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

artistcljs

(artist this)

Property.

[Experimental]

The artist property of the MediaMetaData interface returns sets the name of the artist, group, creator, etc., of the media be played.

var artist = mediaMetadata.artist mediaMetadata.artist = artist

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

Property.

[Experimental]

The artist property of the `MediaMetaData` interface returns
sets the name of the artist, group, creator, etc., of the media
be played.

`var artist = mediaMetadata.artist
mediaMetadata.artist = artist`

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

artworkcljs

(artwork this)

Property.

[Experimental]

The artwork property of the MediaMetaData interface returns sets an array of images associated with playing media.

var artwork[] = mediaMetadata.artwork mediaMetadata.artwork = artwork[]

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

Property.

[Experimental]

The artwork property of the `MediaMetaData` interface returns
sets an array of images associated with playing media.

`var artwork[] = mediaMetadata.artwork
mediaMetadata.artwork = artwork[]`

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

constructorcljs

(constructor & args)

Constructor.

The MediaMetadata() constructor creates a new web.video.MediaMetadata object.

metadata Optional

\tThe metadata parameters are as follows:

\t\ttitle: The title of the media to be played. \t\tartist: The name of the artist, group, creator, etc. of the media to be played. \t\talbum: The name of the album, or collection, containing the media to be played. \t\tartwork: An array of images associated with the playing media.

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

Constructor.

The MediaMetadata() constructor creates a new `web.video.MediaMetadata` object.

metadata Optional


\tThe metadata parameters are as follows:


\t\ttitle: The title of the media to be played.
\t\tartist: The name of the artist, group, creator, etc. of the media to be played.
\t\talbum: The name of the album, or collection, containing the media to be played.
\t\tartwork: An array of images associated with the playing media.

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

media-metadatacljs

(media-metadata this)

Property.

[Experimental]

The MediaMetadata() constructor creates a new web.video.MediaMetadata

var mediaMetadata = new MediaMetadata([metadata])

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

Property.

[Experimental]

The MediaMetadata() constructor creates a new `web.video.MediaMetadata`

`var mediaMetadata = new MediaMetadata([metadata])`

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

set-album!cljs

(set-album! this val)

Property.

[Experimental]

The album property of the MediaMetaData interface returns or the name of the album or collection containing the media to be

var album = mediaMetaData.album mediaMetaData.album = album

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

Property.

[Experimental]

The album property of the `MediaMetaData` interface returns or
the name of the album or collection containing the media to be

`var album = mediaMetaData.album
mediaMetaData.album = album`

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

set-artist!cljs

(set-artist! this val)

Property.

[Experimental]

The artist property of the MediaMetaData interface returns sets the name of the artist, group, creator, etc., of the media be played.

var artist = mediaMetadata.artist mediaMetadata.artist = artist

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

Property.

[Experimental]

The artist property of the `MediaMetaData` interface returns
sets the name of the artist, group, creator, etc., of the media
be played.

`var artist = mediaMetadata.artist
mediaMetadata.artist = artist`

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

set-artwork!cljs

(set-artwork! this val)

Property.

[Experimental]

The artwork property of the MediaMetaData interface returns sets an array of images associated with playing media.

var artwork[] = mediaMetadata.artwork mediaMetadata.artwork = artwork[]

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

Property.

[Experimental]

The artwork property of the `MediaMetaData` interface returns
sets an array of images associated with playing media.

`var artwork[] = mediaMetadata.artwork
mediaMetadata.artwork = artwork[]`

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

set-media-metadata!cljs

(set-media-metadata! this val)

Property.

[Experimental]

The MediaMetadata() constructor creates a new web.video.MediaMetadata

var mediaMetadata = new MediaMetadata([metadata])

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

Property.

[Experimental]

The MediaMetadata() constructor creates a new `web.video.MediaMetadata`

`var mediaMetadata = new MediaMetadata([metadata])`

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

set-title!cljs

(set-title! this val)

Property.

[Experimental]

The title property of the MediaMetaData interface returns or the title of the media to be played.

var title = mediaMetaData.title mediaMetaData.title = title

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

Property.

[Experimental]

The title property of the `MediaMetaData` interface returns or
the title of the media to be played.

`var title = mediaMetaData.title
mediaMetaData.title = title`

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

titlecljs

(title this)

Property.

[Experimental]

The title property of the MediaMetaData interface returns or the title of the media to be played.

var title = mediaMetaData.title mediaMetaData.title = title

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

Property.

[Experimental]

The title property of the `MediaMetaData` interface returns or
the title of the media to be played.

`var title = mediaMetaData.title
mediaMetaData.title = title`

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

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

× close