c# - Change The Volume in System.Media.SoundPlayer -


I'm using System.Media.SoundPlayer to run some wav files in my project. Is it possible to change the volume of this SoundPlayer? If there is no way to do this, how can I change the volume of my computer using C #?

There is an article on MSDN, hope it helps:

< P>


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -