9

HTMLMediaElement.canPlayType() - Web APIs | MDN

 2 years ago
source link: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canPlayType
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

HTMLMediaElement.canPlayType()

The HTMLMediaElement method canPlayType() reports how likely it is that the current browser will be able to play media of a given MIME type.

Note: This feature is not available in Web Workers.

Syntax

canPlayResponse = audioOrVideo.canPlayType(mediaType);

Parameters

mediaType

A DOMString containing the MIME type of the media.

Return value

A DOMString indicating how likely it is that the media can be played. The string will be one of the following values:

probably

Media of the type indicated by the mediaType parameter is probably playable on this device.

maybe

Not enough information is available to determine for sure whether or not the media will play until playback is actually attempted.

"" (empty string)

Media of the given type definitely can't be played on the current device.

Example

var obj = document.createElement('video');
console.log(obj.canPlayType('video/mp4')); // "maybe"

Specifications

SpecificationHTML Standard
# dom-navigator-canplaytype-dev

Browser compatibility

Report problems with this compatibility data on GitHubdesktopmobileChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on iOSSamsung Internet
canPlayType()
Full support3Full support12Full support3.5
footnote
Full support9Full support12.1Full support4Full support37Full support18Full support4Full support12.1Full support3Full support1.0

Legend

Full supportFull support
See implementation notes.

See also


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK