docs(ci): Update generated docs - bc18401 [skip ci]

This commit is contained in:
Github Actions 2022-10-18 20:11:17 +00:00
parent bc18401fb0
commit 7e4c9529eb
2 changed files with 2 additions and 2 deletions

View File

@ -2976,7 +2976,7 @@
"valueDescription": "Whether the output is active" "valueDescription": "Whether the output is active"
}, },
{ {
"valueName": "ouputPaused", "valueName": "outputPaused",
"valueType": "Boolean", "valueType": "Boolean",
"valueDescription": "Whether the output is paused" "valueDescription": "Whether the output is paused"
}, },

View File

@ -4740,7 +4740,7 @@ Gets the status of the record output.
| Name | Type | Description | | Name | Type | Description |
| ---- | :---: | ----------- | | ---- | :---: | ----------- |
| outputActive | Boolean | Whether the output is active | | outputActive | Boolean | Whether the output is active |
| ouputPaused | Boolean | Whether the output is paused | | outputPaused | Boolean | Whether the output is paused |
| outputTimecode | String | Current formatted timecode string for the output | | outputTimecode | String | Current formatted timecode string for the output |
| outputDuration | Number | Current duration in milliseconds for the output | | outputDuration | Number | Current duration in milliseconds for the output |
| outputBytes | Number | Number of bytes sent by the output | | outputBytes | Number | Number of bytes sent by the output |