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 {
302302[Exposed=(Window,DedicatedWorker)]
303303interface RTCEncodedVideoFrame {
304304 readonly attribute RTCEncodedVideoFrameType type;
305- readonly attribute unsigned long long timestamp;
305+ readonly attribute unsigned long timestamp; // RTP timestamp.
306306 attribute ArrayBuffer data;
307307 RTCEncodedVideoFrameMetadata getMetadata();
308308};
@@ -315,7 +315,7 @@ dictionary RTCEncodedAudioFrameMetadata {
315315
316316[Exposed=(Window,DedicatedWorker)]
317317interface RTCEncodedAudioFrame {
318- readonly attribute unsigned long long timestamp;
318+ readonly attribute unsigned long timestamp; // RTP timestamp.
319319 attribute ArrayBuffer data;
320320 RTCEncodedAudioFrameMetadata getMetadata();
321321};
You can’t perform that action at this time.
0 commit comments