File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -322,15 +322,15 @@ enum RTCEncodedVideoFrameType {
322
322
## <dfn>RTCEncodedVideoFrameMetadata</dfn> dictionary ## {#RTCEncodedVideoFrameMetadata}
323
323
<pre class="idl">
324
324
dictionary RTCEncodedVideoFrameMetadata {
325
- long long frameId;
326
- sequence<long long> dependencies;
325
+ unsigned long long frameId;
326
+ sequence<unsigned long long> dependencies;
327
327
unsigned short width;
328
328
unsigned short height;
329
- long spatialIndex;
330
- long temporalIndex;
329
+ unsigned long spatialIndex;
330
+ unsigned long temporalIndex;
331
331
unsigned long synchronizationSource;
332
332
octet payloadType;
333
- sequence<unsigned long> contributingSources;
333
+ sequence<unsigned long> contributingSources;
334
334
};
335
335
</pre>
336
336
You can’t perform that action at this time.
0 commit comments