mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 5da1e55 [skip ci]
This commit is contained in:
parent
5da1e55f8e
commit
a3ce7197ac
@ -3293,7 +3293,7 @@
|
|||||||
"{Object} `sourceSettings` Source settings. Varying between source types."
|
"{Object} `sourceSettings` Source settings. Varying between source types."
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "GetSourcesList",
|
"name": "SetSourceSettings",
|
||||||
"category": "sources",
|
"category": "sources",
|
||||||
"since": "unreleased",
|
"since": "unreleased",
|
||||||
"returns": [
|
"returns": [
|
||||||
@ -3333,7 +3333,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "GetSourcesList"
|
"description": "SetSourceSettings"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -3350,7 +3350,7 @@
|
|||||||
],
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "GetSourcesList"
|
"text": "SetSourceSettings"
|
||||||
},
|
},
|
||||||
"lead": "",
|
"lead": "",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
|
@ -119,7 +119,7 @@ auth_response = base64_encode(auth_response_hash)
|
|||||||
+ [GetBrowserSourceProperties](#getbrowsersourceproperties)
|
+ [GetBrowserSourceProperties](#getbrowsersourceproperties)
|
||||||
+ [SetBrowserSourceProperties](#setbrowsersourceproperties)
|
+ [SetBrowserSourceProperties](#setbrowsersourceproperties)
|
||||||
+ [ResetSceneItem](#resetsceneitem)
|
+ [ResetSceneItem](#resetsceneitem)
|
||||||
+ [GetSourcesList](#getsourceslist)
|
+ [SetSourceSettings](#setsourcesettings)
|
||||||
* [Streaming](#streaming-1)
|
* [Streaming](#streaming-1)
|
||||||
+ [GetStreamingStatus](#getstreamingstatus)
|
+ [GetStreamingStatus](#getstreamingstatus)
|
||||||
+ [StartStopStreaming](#startstopstreaming)
|
+ [StartStopStreaming](#startstopstreaming)
|
||||||
@ -1351,7 +1351,7 @@ _No additional response items._
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### GetSourcesList
|
### SetSourceSettings
|
||||||
|
|
||||||
|
|
||||||
- Unreleased
|
- Unreleased
|
||||||
|
Loading…
x
Reference in New Issue
Block a user