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

This commit is contained in:
Github Actions 2022-02-13 23:20:38 +00:00
parent fa8a091a3e
commit 559212682a
2 changed files with 38 additions and 0 deletions

View File

@ -3542,6 +3542,26 @@
"requestFields": [],
"responseFields": []
},
{
"description": "Sends CEA-608 caption text over the stream output.",
"requestType": "SendStreamCaption",
"complexity": 2,
"rpcVersion": "1",
"deprecated": false,
"initialVersion": "5.0.0",
"category": "stream",
"requestFields": [
{
"valueName": "captionText",
"valueType": "String",
"valueDescription": "Caption text",
"valueRestrictions": null,
"valueOptional": false,
"valueOptionalBehavior": null
}
],
"responseFields": []
},
{
"description": "Gets an array of all available transition kinds.\n\nSimilar to `GetInputKindList`",
"requestType": "GetTransitionKindList",

View File

@ -2195,6 +2195,7 @@ Studio mode has been enabled or disabled.
- [ToggleStream](#togglestream)
- [StartStream](#startstream)
- [StopStream](#stopstream)
- [SendStreamCaption](#sendstreamcaption)
- [Record](#record)
- [GetRecordStatus](#getrecordstatus)
- [ToggleRecord](#togglerecord)
@ -4243,6 +4244,23 @@ Stops the stream output.
- Latest Supported RPC Version: `1`
- Added in v5.0.0
---
### SendStreamCaption
Sends CEA-608 caption text over the stream output.
- Complexity Rating: `2/5`
- Latest Supported RPC Version: `1`
- Added in v5.0.0
**Request Fields:**
| Name | Type | Description | Value Restrictions | ?Default Behavior |
| ---- | :---: | ----------- | :----------------: | ----------------- |
| captionText | String | Caption text | None | N/A |
## Record