播放wav文件

using System; using System.Runtime.InteropServices; public class WAVSounds {     [DllImport( " WinMM.dll " )]     public static extern bool   PlaySound( byte []wfname, int fuSound);     public int SND
相关文章
相关标签/搜索