File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ The SFrame transform algorithm, given |sframe| as a SFrameTransform object and |
224
224
12. If |frame| is a {{RTCEncodedVideoFrame}} , set |frame|.{{RTCEncodedVideoFrame/data}} to |buffer|.
225
225
13. [=ReadableStream/Enqueue=] |frame| in |sframe|.`[[transform]] `.
226
226
227
- ## Methods
227
+ ## Methods {#sframe-transform-methods}
228
228
The <dfn method for="SFrameTransform">setEncryptionKey(|key|, |keyID|)</dfn> method steps are:
229
229
1. Let |promise| be [=a new promise=] .
230
230
2. [=In parallel=] , run the following steps:
@@ -311,7 +311,7 @@ The <dfn constructor for="RTCRtpScriptTransform" lt="RTCRtpScriptTransform(worke
311
311
2. Set |t2| to an [=identity transform stream=] .
312
312
3. Set |this|.`[[writable]] ` to |t1|.`[[writable]] `.
313
313
4. Set |this|.`[[readable]] ` to |t2|.`[[readable]] `.
314
- 5. Let |serializedOptions| be the result of [$StructuredSerialize$] (|object |).
314
+ 5. Let |serializedOptions| be the result of [$StructuredSerialize$] (|options |).
315
315
6. Let |serializedReadable| be the result of [$StructuredSerializeWithTransfer$] (|t1|.`[[readable]] `, « |t1|.`[[readable]] ` »).
316
316
7. Let |serializedWritable| be the result of [$StructuredSerializeWithTransfer$] (|t2|.`[[writable]] `, « |t2|.`[[writable]] ` »).
317
317
8. [=Queue a task=] on the DOM manipulation [=task source=] |worker|'s global scope to run the following steps:
You can’t perform that action at this time.
0 commit comments