[webrtc-encoded-transform] RTCEncodedAudioFrameMetadata and RTCEncodedVideoFrameMetadata use signed integer values (#100)

youennf has just created a new issue for https://github.com/w3c/webrtc-encoded-transform:

== RTCEncodedAudioFrameMetadata and RTCEncodedVideoFrameMetadata use signed integer values ==
For audio/video metadata, synchronizationSource and contributingSources are marked as long and sequence<long>.
It seems they should be unsigned long.

For video frame metadata, frameId, dependencies, spatialIndex and temporalIndex are also signed.
It seems some of these should also be unsigned values.

Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/100 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 12 April 2021 08:55:24 UTC