mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 873eade
[skip ci]
This commit is contained in:
parent
873eadec05
commit
63dfed1cf9
@ -1902,7 +1902,7 @@
|
||||
"valueName": "inputVolumeDb",
|
||||
"valueType": "Number",
|
||||
"valueDescription": "Volume setting in dB",
|
||||
"valueRestrictions": ">= -100, <= -26",
|
||||
"valueRestrictions": ">= -100, <= 26",
|
||||
"valueOptional": true,
|
||||
"valueOptionalBehavior": "`inputVolumeMul` should be specified"
|
||||
}
|
||||
|
@ -3194,7 +3194,7 @@ Sets the volume setting of an input.
|
||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||
| inputName | String | Name of the input to set the volume of | None | N/A |
|
||||
| ?inputVolumeMul | Number | Volume setting in mul | >= 0, <= 20 | `inputVolumeDb` should be specified |
|
||||
| ?inputVolumeDb | Number | Volume setting in dB | >= -100, <= -26 | `inputVolumeMul` should be specified |
|
||||
| ?inputVolumeDb | Number | Volume setting in dB | >= -100, <= 26 | `inputVolumeMul` should be specified |
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user