Search completed in 1.10 seconds.
3 results for "SetMediaKeys":
HTMLMediaElement.setMediaKeys() - Web APIs
WebAPIHTMLMediaElementsetMediaKeys
the setmediakeys() property of the htmlmediaelement interface returns a promise that resolves to the passed mediakeys, which are those used to decrypt media during playback.
... syntax var promise = htmlmediaelement.setmediakeys(mediakeys); parameters mediakeys a reference to a mediakeys object that the htmlmediaelement can use for decryption of media data during playback.
... specifications specification status comment encrypted media extensionsthe definition of 'setmediakeys()' in that specification.
... desktopmobilechromeedgefirefoxinternet exploreroperasafariandroid webviewchrome for androidfirefox for androidopera for androidsafari on iossamsung internetsetmediakeyschrome full support yesedge full support 13firefox full support yesie ?
HTMLMediaElement - Web APIs
WebAPIHTMLMediaElement
htmlmediaelement.setmediakeys() returns promise.
... recommendation adds mediakeys, mediaencryptedevent, setmediakeys, onencrypted, and onwaitingforkey.
Index - Web APIs
WebAPIIndex
1802 htmlmediaelement.setmediakeys() api, audio, encryptedmediaextensions, experimental, htmlmediaelement, media, method, reference, video the setmediakeys() property of the htmlmediaelement interface returns a promise that resolves to the passed mediakeys, which are those used to decrypt media during playback.