diff --git a/index.bs b/index.bs index e47097a..6092e35 100644 --- a/index.bs +++ b/index.bs @@ -941,12 +941,12 @@ Each RTCRtpScriptTransform has the following set of [$association steps$], given 1. Set |transformer|.`[[encoder]]` to |encoder|. 1. Set |transformer|.`[[depacketizer]]` to |depacketizer|. -The generateKeyFrame(|rid|) method steps are: +The generateKeyFrame(|rid|) method steps are: 1. Let |promise| be a new promise. 1. Run the [$generate key frame algorithm$] with |promise|, |this|.`[[encoder]]` and |rid|. 1. Return |promise|. -The sendKeyFrameRequest() method steps are: +The sendKeyFrameRequest() method steps are: 1. Let |promise| be a new promise. 1. Run the [$send request key frame algorithm$] with |promise| and |this|.`[[depacketizer]]`. 1. Return |promise|. @@ -960,15 +960,15 @@ This allows algorithms to go from an {{RTCRtpScriptTransformer}} object to its { The options getter steps are: 1. Return [=this=].`[[options]]`. -The readable getter steps are: +The readable getter steps are: 1. Return [=this=].`[[readable]]`. -The writable getter steps are: +The writable getter steps are: 1. Return [=this=].`[[writable]]`. -The onbandwidthestimate EventHandler has type bandwidthestimate. +The onbandwidthestimate EventHandler has type bandwidthestimate. -The onkeyframerequest EventHandler has type keyframerequest. +The onkeyframerequest EventHandler has type keyframerequest. ## Events ## {#RTCRtpScriptTransformer-events}