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:
@ -3542,6 +3542,26 @@
|
|||||||
"requestFields": [],
|
"requestFields": [],
|
||||||
"responseFields": []
|
"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`",
|
"description": "Gets an array of all available transition kinds.\n\nSimilar to `GetInputKindList`",
|
||||||
"requestType": "GetTransitionKindList",
|
"requestType": "GetTransitionKindList",
|
||||||
|
@ -2195,6 +2195,7 @@ Studio mode has been enabled or disabled.
|
|||||||
- [ToggleStream](#togglestream)
|
- [ToggleStream](#togglestream)
|
||||||
- [StartStream](#startstream)
|
- [StartStream](#startstream)
|
||||||
- [StopStream](#stopstream)
|
- [StopStream](#stopstream)
|
||||||
|
- [SendStreamCaption](#sendstreamcaption)
|
||||||
- [Record](#record)
|
- [Record](#record)
|
||||||
- [GetRecordStatus](#getrecordstatus)
|
- [GetRecordStatus](#getrecordstatus)
|
||||||
- [ToggleRecord](#togglerecord)
|
- [ToggleRecord](#togglerecord)
|
||||||
@ -4243,6 +4244,23 @@ Stops the stream output.
|
|||||||
- Latest Supported RPC Version: `1`
|
- Latest Supported RPC Version: `1`
|
||||||
- Added in v5.0.0
|
- 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
|
## Record
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user