Re: "depth" kind and MediaStreamTrack.kind

2016-06-06 18:03 GMT+02:00 Bernard Aboba <Bernard.Aboba@microsoft.com>:
> [BA] I believe that Iñaki is referring to the getCapabilities methods defined for RtpSender in Section 5.2 and RtpReceiver in Section 5.3:
>
> partial interface RTCRtpSender {
>     static RTCRtpCapabilities getCapabilities(DOMString kind);
> };
>
> partial interface RTCRtpReceiver {
>     static RTCRtpCapabilities          getCapabilities(DOMString kind);
> };
>
> As to whether MediaStreamTrack.kind may have a value of "depth", I believe the answer is yes.

Yes, that what I meant.


> See the Media Capture Depth Stream Extensions specification:
> https://w3c.github.io/mediacapture-depth/

Thanks, it clearly mentions "depth" as a value for MediaStreamTrack.kind.

However, the WebRTC draft requires some changes since it assumes just
"audio"/"video":

- In 5.1.1:
Initialize track.kind attribute to audio or video depending on the
media type of the media description.



-- 
Iñaki Baz Castillo
<ibc@aliax.net>

Received on Monday, 6 June 2016 16:10:14 UTC