You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Set <var>rtcObject</var>.<code>[[lastReceivedFrameTimestamp]]</code> to the <var>frame</var>’s <codeclass="idl"><adata-link-type="idl" href="#dom-rtcencodedvideoframe-timestamp" id="ref-for-dom-rtcencodedvideoframe-timestamp①">timestamp</a></code>.</p>
830
830
<lidata-md>
831
-
<p>Process the frame as if it came directly from the encoded data source, by running the following steps<adata-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel">in parallel</a>:</p>
831
+
<p>Enqueue the frame for processing as if it came directly from the encoded data source, by running one of the following steps:</p>
832
832
<ul>
833
833
<lidata-md>
834
-
<p>If <var>rtcObject</var> is a <codeclass="idl"><adata-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpsender" id="ref-for-dom-rtcrtpsender④">RTCRtpSender</a></code>, enqueue it to <var>rtcObject</var>’s packetizer.</p>
834
+
<p>If <var>rtcObject</var> is a <codeclass="idl"><adata-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpsender" id="ref-for-dom-rtcrtpsender④">RTCRtpSender</a></code>, enqueue it to <var>rtcObject</var>’s packetizer, to be processed <adata-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel">in parallel</a>.</p>
835
835
<lidata-md>
836
-
<p>If <var>rtcObject</var> is a <codeclass="idl"><adata-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver" id="ref-for-dom-rtcrtpreceiver④">RTCRtpReceiver</a></code>, enqueue it to <var>rtcObject</var>’s decoder.</p>
836
+
<p>If <var>rtcObject</var> is a <codeclass="idl"><adata-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver" id="ref-for-dom-rtcrtpreceiver④">RTCRtpReceiver</a></code>, enqueue it to <var>rtcObject</var>’s decoder, to be processed <adata-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel①">in parallel</a>.</p>
0 commit comments