diff --git a/index.bs b/index.bs index ac20df5..fb21787 100644 --- a/index.bs +++ b/index.bs @@ -331,7 +331,8 @@ dictionary RTCEncodedVideoFrameMetadata { unsigned long synchronizationSource; octet payloadType; sequence<unsigned long> contributingSources; - long long presentationTimestamp; // microseconds + long long timestamp; // microseconds + long long rtpTimestamp; }; @@ -367,7 +368,7 @@ dictionary RTCEncodedVideoFrameMetadata {
+ The RTP timestamp identifier is an unsigned integer value per [RFC3550] that + reflects the sampling instant of the first octet in the RTP data packet. +
+- The RTP timestamp identifier is an unsigned integer value per [[RFC3550]] - that reflects the sampling instant of the first octet in the RTP data packet. -
-+ The RTP timestamp identifier is an unsigned integer value per [[RFC3550]] + that reflects the sampling instant of the first octet in the RTP data packet. +
+[Exposed=(Window,DedicatedWorker)] interface RTCEncodedAudioFrame { - readonly attribute unsigned long timestamp; attribute ArrayBuffer data; RTCEncodedAudioFrameMetadata getMetadata(); }; @@ -507,15 +516,6 @@ interface RTCEncodedAudioFrame {
- The RTP timestamp identifier is an unsigned integer value per [[RFC3550]] - that reflects the sampling instant of the first octet in the RTP data packet. -
-