diff --git a/index.bs b/index.bs index 3a46a6a..42ca7bf 100644 --- a/index.bs +++ b/index.bs @@ -330,7 +330,8 @@ dictionary RTCEncodedVideoFrameMetadata { unsigned long temporalIndex; unsigned long synchronizationSource; octet payloadType; - sequence<unsigned long> contributingSources; + sequence<unsigned long> contributingSources; + long long timestamp; // microseconds }; @@ -365,6 +366,16 @@ dictionary RTCEncodedVideoFrameMetadata { The list of contribution sources (csrc list) as defined in [[RFC3550]].

+
+ timestamp of type long long +
+
+

+ The media presentation timestamp (PTS) in microseconds of raw frame, matching the + {{VideoFrame/timestamp}} for raw frames which correspond to this frame. +

+