IrrKlang.NET

ISound.Volume Property

returns volume of the sound, a value between 0 (mute) and 1 (full volume). (this volume gets multiplied with the master volume of the sound engine and other parameters like distance to listener when played as 3d sound)

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

See Also

ISound Class | IrrKlang Namespace