File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -283,14 +283,14 @@ enum RTCEncodedVideoFrameType {
283283};
284284
285285dictionary RTCEncodedVideoFrameMetadata {
286- long long frameId;
286+ unsigned long long frameId;
287287 sequence<long long> dependencies;
288288 unsigned short width;
289289 unsigned short height;
290- long spatialIndex;
291- long temporalIndex;
292- long synchronizationSource;
293- sequence<long> contributingSources;
290+ unsigned long spatialIndex;
291+ unsigned long temporalIndex;
292+ unsigned long synchronizationSource;
293+ sequence<unsigned long> contributingSources;
294294};
295295
296296// New interfaces to define encoded video and audio frames. Will eventually
@@ -304,8 +304,8 @@ interface RTCEncodedVideoFrame {
304304};
305305
306306dictionary RTCEncodedAudioFrameMetadata {
307- long synchronizationSource;
308- sequence<long> contributingSources;
307+ unsigned long synchronizationSource;
308+ sequence<unsigned long> contributingSources;
309309};
310310
311311[Exposed=(Window,DedicatedWorker)]
You can’t perform that action at this time.
0 commit comments