W3cubDocs

/Web APIs

MediaImage

The Media Session API's MediaImage dictionary describes the images associated with a media resource's MediaMetadata.

Its contents can be displayed by the user agent in appropriate contexts like in a player interface to show the current playing video or audio track.

Instance properties

src

The URL from which the user agent fetches the image's data.

sizes

Specifies the resource in multiple sizes so the user agent doesn't have to scale a single image.

type

The MIME type hint for the user agent that allows it to ignore images of types that it doesn't support. However, the user agent may still use MIME type sniffing after downloading the image to determine its type.

Specifications

No specification found

No specification data found for api.MediaImage.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaImage