Method SetOutputDeviceVolume
SetOutputDeviceVolume(int)
Sets the output device volume for the local user. This applies to all active audio sessions. Volume value is clamped between -50 and 50 with a default of 0.
Declaration
void SetOutputDeviceVolume(int value)
Parameters
Type | Name | Description |
---|---|---|
int | value | Volume value to be used - clamped between -50 and 50 with a default value of 0 |