mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge branch '4.x-current' of github.com:Palakis/obs-websocket into 4.x-current
This commit is contained in:
commit
0057744e57
@ -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"
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user