Merge branch '4.x-current' of github.com:Palakis/obs-websocket into 4.x-current

This commit is contained in:
Stéphane Lepin 2019-04-25 14:33:53 +02:00
commit 0057744e57
2 changed files with 8 additions and 1 deletions

View File

@ -6829,6 +6829,7 @@
"api": "requests", "api": "requests",
"name": "SendCaptions", "name": "SendCaptions",
"category": "streaming", "category": "streaming",
"since": "4.6.0",
"params": [ "params": [
{ {
"type": "String", "type": "String",
@ -6848,6 +6849,12 @@
"description": "streaming" "description": "streaming"
} }
], ],
"sinces": [
{
"name": "",
"description": "4.6.0"
}
],
"heading": { "heading": {
"level": 2, "level": 2,
"text": "SendCaptions" "text": "SendCaptions"

View File

@ -2643,7 +2643,7 @@ _No additional response items._
### SendCaptions ### SendCaptions
- Added in v - Added in v4.6.0
Send the provided text as embedded CEA-608 caption data. Send the provided text as embedded CEA-608 caption data.
As of OBS Studio 23.1, captions are not yet available on Linux. As of OBS Studio 23.1, captions are not yet available on Linux.