mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 6845cda [skip ci]
This commit is contained in:
parent
6845cda146
commit
9a8f248a75
@ -7224,7 +7224,7 @@
|
|||||||
"{String} `filterEnabled` New filter state"
|
"{String} `filterEnabled` New filter state"
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "EnableSourceFilter",
|
"name": "SetSourceFilterVisibility",
|
||||||
"category": "sources",
|
"category": "sources",
|
||||||
"since": "4.7.0",
|
"since": "4.7.0",
|
||||||
"params": [
|
"params": [
|
||||||
@ -7247,7 +7247,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "EnableSourceFilter"
|
"description": "SetSourceFilterVisibility"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -7264,7 +7264,7 @@
|
|||||||
],
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "EnableSourceFilter"
|
"text": "SetSourceFilterVisibility"
|
||||||
},
|
},
|
||||||
"lead": "",
|
"lead": "",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
|
@ -185,7 +185,7 @@ auth_response = base64_encode(auth_response_hash)
|
|||||||
+ [ReorderSourceFilter](#reordersourcefilter)
|
+ [ReorderSourceFilter](#reordersourcefilter)
|
||||||
+ [MoveSourceFilter](#movesourcefilter)
|
+ [MoveSourceFilter](#movesourcefilter)
|
||||||
+ [SetSourceFilterSettings](#setsourcefiltersettings)
|
+ [SetSourceFilterSettings](#setsourcefiltersettings)
|
||||||
+ [EnableSourceFilter](#enablesourcefilter)
|
+ [SetSourceFilterVisibility](#setsourcefiltervisibility)
|
||||||
+ [TakeSourceScreenshot](#takesourcescreenshot)
|
+ [TakeSourceScreenshot](#takesourcescreenshot)
|
||||||
* [Streaming](#streaming-1)
|
* [Streaming](#streaming-1)
|
||||||
+ [GetStreamingStatus](#getstreamingstatus)
|
+ [GetStreamingStatus](#getstreamingstatus)
|
||||||
@ -2785,7 +2785,7 @@ _No additional response items._
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### EnableSourceFilter
|
### SetSourceFilterVisibility
|
||||||
|
|
||||||
|
|
||||||
- Added in v4.7.0
|
- Added in v4.7.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user