MediaImage

The Media Session API's MediaImage dictionary describes the images associated with the media resource MediaMetadata. Its contents can be displayed by the user agent in appropriate contexts, like player interface to show the current playing video or audio track.

Properties

src
The URL from which user agent can fetch the image's data.
sizes
Specifies the resource in multiple sizes so that user agent does not have to scale a single image.
type
The MIME type hint for the user agant. Note that it is just a hint so that user agent may ignore images of types it does not support; user agent still may use mime type sniffing after downloading the image to determine its type.

Specifications

Specification Status Comment
Media Session Standard
The definition of 'MediaImage' in that specification.
Draft Initial definition.

Browser compatibility

No compatibility data found. Please contribute data for "api.MediaImage" (depth: 1) to the MDN compatibility data repository.

See also