IrrKlang.NET

ISoundEngine.SoundVolume Property

sets sound volume. This value is multiplied with all sounds played. Volume set to 0 is silent and 1.0f is full volume.

[Visual Basic]
Public Property SoundVolume As Single
[C#]
public float SoundVolume {get; set;}

See Also

ISoundEngine Class | IrrKlang Namespace