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.
The album property of the media.MediaMetaData
interface returns
sets the name of the album or collection containing the media
be played.
var album = mediaMetaData.album mediaMetaData.album = album
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/album
Property. The album property of the `media.MediaMetaData` interface returns sets the name of the album or collection containing the media be played. `var album = mediaMetaData.album mediaMetaData.album = album` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/album`
(artist this)
Property.
The artist property of the media.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. The artist property of the `media.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.
The artwork property of the media.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. The artwork property of the `media.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.
The MediaMetadata() constructor creates a new media.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 `media.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.
The MediaMetadata() constructor creates a new media.MediaMetadata
var mediaMetadata = new MediaMetadata([metadata])
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/MediaMetadata
Property. The MediaMetadata() constructor creates a new `media.MediaMetadata` `var mediaMetadata = new MediaMetadata([metadata])` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/MediaMetadata`
(set-album! this val)
Property.
The album property of the media.MediaMetaData
interface returns
sets the name of the album or collection containing the media
be played.
var album = mediaMetaData.album mediaMetaData.album = album
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/album
Property. The album property of the `media.MediaMetaData` interface returns sets the name of the album or collection containing the media be played. `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.
The artist property of the media.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. The artist property of the `media.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.
The artwork property of the media.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. The artwork property of the `media.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.
The MediaMetadata() constructor creates a new media.MediaMetadata
var mediaMetadata = new MediaMetadata([metadata])
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/MediaMetadata
Property. The MediaMetadata() constructor creates a new `media.MediaMetadata` `var mediaMetadata = new MediaMetadata([metadata])` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaMetadata/MediaMetadata`
(set-title! this val)
Property.
The title property of the media.MediaMetaData
interface returns
sets 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. The title property of the `media.MediaMetaData` interface returns sets 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.
The title property of the media.MediaMetaData
interface returns
sets 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. The title property of the `media.MediaMetaData` interface returns sets 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