gvSetDeviceVolume

GameSpy SDK

gvSetDeviceVolume

Sets a device's volume.

void gvSetDeviceVolume(
GVDevice device,
GVDeviceType type,
GVScalar volume );
RoutineRequired HeaderDistribution
gvSetDeviceVolume<gv.h>SDKZIP

Parameters

device
[in] The handle to the device.
type
[in] Specifies setting the capture volume, playback volume, or both.
volume
[in] The volume, ranging from 0.0 to 1.0.

Section Reference: Gamespy Voice SDK

See Also: gvGetDeviceVolume