我是一个初学者,正在制作一个网络广播播放器,我想用自己的TrackBar控制音量。这怎么可能?我还没有找到任何解决方案来做到这一点。
TrackBar
6uxekuva1#
看看NAudio。这是在.NET中实现基于音频的应用程序的出色APIhttp://naudio.codeplex.com/也考虑到这一点how to Control "Windows XP Volume Control" with VC#这可能也有帮助。这说明了如何挂钩Win32 API多媒体库(winmm.dll)来控制系统音量http://www.dreamincode.net/forums/topic/45693-controlling-sound-volume-in-c%23/
1条答案
按热度按时间6uxekuva1#
看看NAudio。这是在.NET中实现基于音频的应用程序的出色API
http://naudio.codeplex.com/
也考虑到这一点
how to Control "Windows XP Volume Control" with VC#
这可能也有帮助。这说明了如何挂钩Win32 API多媒体库(winmm.dll)来控制系统音量
http://www.dreamincode.net/forums/topic/45693-controlling-sound-volume-in-c%23/