- From: Anton Vayvod via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Sep 2016 10:36:05 +0000
- To: public-secondscreen@w3.org
Some other HTMLMediaElement extensions (EME, MSE, Audio Sinks): `attribute MediaProvider? srcObject` MUST support. Invokation of `load` algorithm may fail if the source is not supported. `readonly attribute DOMString sinkId;` MAY support. By default returns an empty string. `Promise<void> setSinkId(DOMString sinkId);` MAY support. Rejects with `NotSupportedError`. `readonly attribute MediaKeys mediaKeys;` MAY support. Return `null` otherwise. `Promise setMediaKeys(MediaKeys? mediaKeys);` MAY support. Reject with `NotSupporterError`. `attribute EventHandler onencrypted;` MAY support. Otherwise, no-op. `attribute EventHandler onwaitingforkey;` MAY support. Otherwise, no-op. `MediaStream captureStream();` MAY support. Otherwise, reject with `NotSupportedError`. -- GitHub Notification of comment by avayvod Please view or discuss this issue at https://github.com/w3c/remote-playback/issues/41#issuecomment-248866149 using your GitHub account
Received on Thursday, 22 September 2016 10:36:14 UTC