mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - c12a432
[skip ci]
This commit is contained in:
@ -5581,6 +5581,40 @@
|
||||
"lead": "",
|
||||
"type": "class",
|
||||
"examples": []
|
||||
},
|
||||
{
|
||||
"subheads": [],
|
||||
"description": "Send the provided text as embedded CEA-608 caption data.\nAs of OBS Studio 23.1, captions are not yet available on Linux.",
|
||||
"param": "{String} `text` Captions text",
|
||||
"api": "requests",
|
||||
"name": "SendCaptions",
|
||||
"category": "streaming",
|
||||
"params": [
|
||||
{
|
||||
"type": "String",
|
||||
"name": "text",
|
||||
"description": "Captions text"
|
||||
}
|
||||
],
|
||||
"names": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "SendCaptions"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "streaming"
|
||||
}
|
||||
],
|
||||
"heading": {
|
||||
"level": 2,
|
||||
"text": "SendCaptions"
|
||||
},
|
||||
"lead": "",
|
||||
"type": "class",
|
||||
"examples": []
|
||||
}
|
||||
],
|
||||
"studio mode": [
|
||||
|
@ -162,6 +162,7 @@ auth_response = base64_encode(auth_response_hash)
|
||||
+ [SetStreamSettings](#setstreamsettings)
|
||||
+ [GetStreamSettings](#getstreamsettings)
|
||||
+ [SaveStreamSettings](#savestreamsettings)
|
||||
+ [SendCaptions](#sendcaptions)
|
||||
* [Studio Mode](#studio-mode-1)
|
||||
+ [GetStudioModeStatus](#getstudiomodestatus)
|
||||
+ [GetPreviewScene](#getpreviewscene)
|
||||
@ -2299,6 +2300,27 @@ Save the current streaming server settings to disk.
|
||||
|
||||
_No specified parameters._
|
||||
|
||||
**Response Items:**
|
||||
|
||||
_No additional response items._
|
||||
|
||||
---
|
||||
|
||||
### SendCaptions
|
||||
|
||||
|
||||
- Added in v
|
||||
|
||||
Send the provided text as embedded CEA-608 caption data.
|
||||
As of OBS Studio 23.1, captions are not yet available on Linux.
|
||||
|
||||
**Request Fields:**
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ------------|
|
||||
| `text` | _String_ | Captions text |
|
||||
|
||||
|
||||
**Response Items:**
|
||||
|
||||
_No additional response items._
|
||||
|
Reference in New Issue
Block a user