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",
"name": "SendCaptions",
"category": "streaming",
"since": "4.6.0",
"params": [
{
"type": "String",
@ -6848,6 +6849,12 @@
"description": "streaming"
}
],
"sinces": [
{
"name": "",
"description": "4.6.0"
}
],
"heading": {
"level": 2,
"text": "SendCaptions"

View File

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