File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,8 @@ dictionary RTCEncodedVideoFrameMetadata {
330
330
unsigned long temporalIndex;
331
331
unsigned long synchronizationSource;
332
332
octet payloadType;
333
- sequence<unsigned long> contributingSources;
333
+ sequence<unsigned long> contributingSources;
334
+ long long timestamp; // microseconds
334
335
};
335
336
</pre>
336
337
@@ -365,6 +366,16 @@ dictionary RTCEncodedVideoFrameMetadata {
365
366
The list of contribution sources (csrc list) as defined in [[RFC3550]] .
366
367
</p>
367
368
</dd>
369
+ <dt>
370
+ <dfn>timestamp</dfn> of type <span class=
371
+ "idlMemberType"> long long</span>
372
+ </dt>
373
+ <dd>
374
+ <p>
375
+ The media presentation timestamp (PTS) in microseconds of raw frame, matching the
376
+ {{VideoFrame/timestamp}} for raw frames which correspond to this frame.
377
+ </p>
378
+ </dd>
368
379
</dl>
369
380
370
381
You can’t perform that action at this time.
0 commit comments