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
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close