mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: Document missing overlay
field
This commit is contained in:
parent
a40e79e987
commit
873ad1b167
@ -278,8 +278,10 @@ RequestResult RequestHandler::GetInputSettings(const Request& request)
|
||||
/**
|
||||
* Sets the settings of an input.
|
||||
*
|
||||
* @requestField inputName | String | Name of the input to set the settings of
|
||||
* @requestField inputSettings | Object | Object of settings to apply
|
||||
* @requestField inputName | String | Name of the input to set the settings of
|
||||
* @requestField inputSettings | Object | Object of settings to apply
|
||||
* @requestField ?overlay | Boolean | True == apply the settings on top of existing ones,
|
||||
* False == reset the input to its defaults, then apply settings. | true
|
||||
*
|
||||
* @requestType SetInputSettings
|
||||
* @complexity 3
|
||||
|
Loading…
Reference in New Issue
Block a user