File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ dictionary RTCEncodedVideoFrameMetadata {
302
302
[Exposed=(Window,DedicatedWorker)]
303
303
interface RTCEncodedVideoFrame {
304
304
readonly attribute RTCEncodedVideoFrameType type;
305
- readonly attribute unsigned long long timestamp;
305
+ readonly attribute unsigned long timestamp; // RTP timestamp.
306
306
attribute ArrayBuffer data;
307
307
RTCEncodedVideoFrameMetadata getMetadata();
308
308
};
@@ -315,7 +315,7 @@ dictionary RTCEncodedAudioFrameMetadata {
315
315
316
316
[Exposed=(Window,DedicatedWorker)]
317
317
interface RTCEncodedAudioFrame {
318
- readonly attribute unsigned long long timestamp;
318
+ readonly attribute unsigned long timestamp; // RTP timestamp.
319
319
attribute ArrayBuffer data;
320
320
RTCEncodedAudioFrameMetadata getMetadata();
321
321
};
You can’t perform that action at this time.
0 commit comments