mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - fa8a091
[skip ci]
This commit is contained in:
parent
fa8a091a3e
commit
559212682a
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user