docs(travis): Update protocol.md - c12a432 [skip ci]

This commit is contained in:
Travis CI
2019-04-16 21:14:32 +00:00
parent c12a4323e7
commit c62178a7fe
2 changed files with 56 additions and 0 deletions

View File

@ -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": [

View File

@ -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._