File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1620
1620
|output|. Initialize |outputConfig| as follows:
1621
1621
1. Assign `encoderConfig.codec` to `outputConfig.codec`.
1622
1622
2. Assign `encoderConfig.width` to
1623
- `outputConfig.visibleRect.width `.
1623
+ `outputConfig.codedWidth `.
1624
1624
3. Assign `encoderConfig.height` to
1625
- `outputConfig.visibleRect.height `.
1625
+ `outputConfig.codedHeight `.
1626
1626
4. Assign `encoderConfig.displayWidth` to
1627
- `outputConfig.displayWidth `.
1627
+ `outputConfig.displayAspectWidth `.
1628
1628
5. Assign `encoderConfig.displayHeight` to
1629
- `outputConfig.displayHeight `.
1629
+ `outputConfig.displayAspectHeight `.
1630
1630
6. Assign the remaining keys of `outputConfig` as determined by
1631
1631
{{VideoEncoder/[[codec implementation]]}}. The User Agent
1632
1632
< em class ="rfc2119 "> MUST</ em > ensure that the configuration is
You can’t perform that action at this time.
0 commit comments