Volume Enumeration (Microsoft.DirectX.DirectSound)

Contains constants that describe the minimum and maximum volume at which a buffer can play.

Definition

Visual Basic Public Enum Volume
C# public enum Volume
C++ public enum class Volume
JScript public enum Volume

Members

Member Value Description
Max 0 Maximum volume. The buffer volume is not attenuated.
Min -10000 Minimum volume. The buffer volume is effectively silent.

Enumeration Information

Namespace Microsoft.DirectX.DirectSound
Assembly Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll)
Strong Name Microsoft.DirectX.DirectSound,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also