File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -233,12 +233,12 @@ At any time, the UA MAY [=list/remove=] any frame from |processor|.`[[queue]]`.
233
233
The UA may decide to remove frames from |processor|.`[[queue]] `, for example,
234
234
to prevent resource exhaustion or to improve performance in certain situations.
235
235
</dd>
236
+ </dl>
236
237
237
238
<p class="note">
238
239
The application may detect that frames have been dropped by noticing that there
239
240
is a gap in the timestamps of the frames.
240
241
</p>
241
- </dl>
242
242
243
243
When the `[[track]] ` of a {{MediaStreamTrackProcessor}} |processor|
244
244
[=track|ends=] , the [=processorClose=] algorithm must be
@@ -318,13 +318,18 @@ The <dfn>writeFrame</dfn> algorithm is given a |generator| and a |frame| as inpu
318
318
1. Run the [=Close VideoFrame=] algorithm with |frame|.
319
319
1. Return [=a promise resolved with=] undefined.
320
320
321
+ </dd>
322
+ </dl>
323
+
321
324
<p class="note">
322
325
When the media data is sent to a track, the UA may apply processing
323
326
(e.g., cropping and downscaling) to ensure that the media data sent
324
327
to the track satisfies the track's constraints. Each track may receive a
325
328
different version of the media data depending on its constraints.
326
329
</p>
327
330
331
+ <dl>
332
+ <dd>
328
333
The <dfn>closeWritable</dfn> algorithm is given a |generator| as input.
329
334
It is defined by running the following steps.
330
335
1. For each track `t` sourced from |generator|, [=track|end=] `t`.
You can’t perform that action at this time.
0 commit comments