mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
requesthandler: Fix documentation of dB value input
Max dB value is 26dB, not -26dB.
This commit is contained in:
parent
dea0fcd561
commit
873eadec05
@ -495,7 +495,7 @@ RequestResult RequestHandler::GetInputVolume(const Request& request)
|
||||
*
|
||||
* @requestField inputName | String | Name of the input to set the volume of
|
||||
* @requestField ?inputVolumeMul | Number | Volume setting in mul | >= 0, <= 20 | `inputVolumeDb` should be specified
|
||||
* @requestField ?inputVolumeDb | Number | Volume setting in dB | >= -100, <= -26 | `inputVolumeMul` should be specified
|
||||
* @requestField ?inputVolumeDb | Number | Volume setting in dB | >= -100, <= 26 | `inputVolumeMul` should be specified
|
||||
*
|
||||
* @requestType SetInputVolume
|
||||
* @complexity 3
|
||||
|
Loading…
Reference in New Issue
Block a user