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 |
22422412. If |frame| is a {{RTCEncodedVideoFrame}} , set |frame|.{{RTCEncodedVideoFrame/data}} to |buffer|.
22522513. [=ReadableStream/Enqueue=] |frame| in |sframe|.`[[transform]] `.
226226
227- ## Methods
227+ ## Methods {#sframe-transform-methods}
228228The <dfn method for="SFrameTransform">setEncryptionKey(|key|, |keyID|)</dfn> method steps are:
2292291. Let |promise| be [=a new promise=] .
2302302. [=In parallel=] , run the following steps:
@@ -311,7 +311,7 @@ The <dfn constructor for="RTCRtpScriptTransform" lt="RTCRtpScriptTransform(worke
3113112. Set |t2| to an [=identity transform stream=] .
3123123. Set |this|.`[[writable]] ` to |t1|.`[[writable]] `.
3133134. 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 |).
3153156. Let |serializedReadable| be the result of [$StructuredSerializeWithTransfer$] (|t1|.`[[readable]] `, « |t1|.`[[readable]] ` »).
3163167. Let |serializedWritable| be the result of [$StructuredSerializeWithTransfer$] (|t2|.`[[writable]] `, « |t2|.`[[writable]] ` »).
3173178. [=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