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 @@ -289,7 +289,7 @@ dictionary RTCEncodedVideoFrameMetadata {
289289[Exposed=(Window,DedicatedWorker)]
290290interface RTCEncodedVideoFrame {
291291 readonly attribute RTCEncodedVideoFrameType type;
292- readonly attribute unsigned long timestamp;
292+ readonly attribute unsigned long timestamp; // RTP timestamp.
293293 attribute ArrayBuffer data;
294294 RTCEncodedVideoFrameMetadata getMetadata();
295295};
@@ -301,7 +301,7 @@ dictionary RTCEncodedAudioFrameMetadata {
301301
302302[Exposed=(Window,DedicatedWorker)]
303303interface RTCEncodedAudioFrame {
304- readonly attribute unsigned long timestamp;
304+ readonly attribute unsigned long timestamp; // RTP timestamp.
305305 attribute ArrayBuffer data;
306306 RTCEncodedAudioFrameMetadata getMetadata();
307307};
You can’t perform that action at this time.
0 commit comments