volume property
Sets or gets the volume setting for the sound.
Syntax
HRESULT value = object.put_volume( v);HRESULT value = object.get_volume(* p);
Property values
Type: VARIANT
the volume setting. Valid values range from -10,000 to zero. Zero is full Wave Output volume.
Remarks
The higher the setting, the louder the sound.
Show: