Re: [remote-playback] [Meta] Guidance for HTMLMediaElement, HTMLAudioElement, HTMLVideoElement behaviors during remoting

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