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.
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
Specification | Status | Comment |
---|---|---|
Media Session Standard The definition of 'MediaImage' in that specification. |
Draft | Initial definition. |
Browser compatibility
No compatibility data found for api.MediaImage
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.