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 {
283
283
};
284
284
285
285
dictionary RTCEncodedVideoFrameMetadata {
286
- long long frameId;
286
+ unsigned long long frameId;
287
287
sequence<long long> dependencies;
288
288
unsigned short width;
289
289
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;
294
294
};
295
295
296
296
// New interfaces to define encoded video and audio frames. Will eventually
@@ -304,8 +304,8 @@ interface RTCEncodedVideoFrame {
304
304
};
305
305
306
306
dictionary RTCEncodedAudioFrameMetadata {
307
- long synchronizationSource;
308
- sequence<long> contributingSources;
307
+ unsigned long synchronizationSource;
308
+ sequence<unsigned long> contributingSources;
309
309
};
310
310
311
311
[Exposed=(Window,DedicatedWorker)]
You can’t perform that action at this time.
0 commit comments