mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 0c7fda2
[skip ci]
This commit is contained in:
parent
0c7fda28a0
commit
71bf9e9021
@ -1619,6 +1619,14 @@
|
|||||||
"valueRestrictions": null,
|
"valueRestrictions": null,
|
||||||
"valueOptional": false,
|
"valueOptional": false,
|
||||||
"valueOptionalBehavior": null
|
"valueOptionalBehavior": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"valueName": "overlay",
|
||||||
|
"valueType": "Boolean",
|
||||||
|
"valueDescription": "True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings.",
|
||||||
|
"valueRestrictions": null,
|
||||||
|
"valueOptional": true,
|
||||||
|
"valueOptionalBehavior": "true"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responseFields": []
|
"responseFields": []
|
||||||
|
@ -2374,6 +2374,7 @@ Sets the settings of an input.
|
|||||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||||
| inputName | String | Name of the input to set the settings of | None | N/A |
|
| inputName | String | Name of the input to set the settings of | None | N/A |
|
||||||
| inputSettings | Object | Object of settings to apply | None | N/A |
|
| inputSettings | Object | Object of settings to apply | None | N/A |
|
||||||
|
| ?overlay | Boolean | True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings. | None | true |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user