diff --git a/index.bs b/index.bs index 72b8d25..38db4e6 100644 --- a/index.bs +++ b/index.bs @@ -340,6 +340,7 @@ dictionary RTCEncodedVideoFrameMetadata { octet payloadType; sequence<unsigned long> contributingSources; long long timestamp; // microseconds + unsigned long rtpTimestamp; }; @@ -383,6 +384,16 @@ dictionary RTCEncodedVideoFrameMetadata { {{VideoFrame/timestamp}} for raw frames which correspond to this frame.
++ 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), Serializable] interface RTCEncodedAudioFrame { - readonly attribute unsigned long timestamp; attribute ArrayBuffer data; RTCEncodedAudioFrameMetadata getMetadata(); }; @@ -531,15 +540,6 @@ interface RTCEncodedAudioFrame { ### Members ### {#RTCEncodedAudioFrame-members}
- 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. -
-