Sets the sound volume.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void FadeVolume(
	int volume,
	int fadeMillisTime
)

Parameters

volume
Type: System..::.Int32
The value specifies attenuation in hundredths of a decibel (dB). This value must be between -10 000 and 0. Zero is full (unadjusted) volume, -10 000 (-100dB) is, for practical purposes, silence.
fadeMillisTime
Type: System..::.Int32
The value speficies time in milliseconds, during that the volume will be adjusted. Zero means immediate volume change.

See Also