docs: re gen docs

This commit is contained in:
Coloryr 2024-08-21 10:44:28 +08:00
parent 7abce33afb
commit e23afaee24
2 changed files with 2 additions and 2 deletions

View File

@ -3232,7 +3232,7 @@
},
{
"valueName": "outputTotalFrames",
"valueType": "Number",
"valueType": "Number(int32)",
"valueDescription": "Total number of frames delivered by the output's process"
}
]

View File

@ -5022,7 +5022,7 @@ Gets the status of an output.
| outputCongestion | Number(float) | Congestion of the output |
| outputBytes | Number(uint64) | Number of bytes sent by the output |
| outputSkippedFrames | Number(int32) | Number of frames skipped by the output's process |
| outputTotalFrames | Number | Total number of frames delivered by the output's process |
| outputTotalFrames | Number(int32) | Total number of frames delivered by the output's process |
---