文件名称:wince c#播放声音
文件大小:36KB
文件格式:DOC
更新时间:2015-04-30 03:18:10
wince c# 音频
实现wince下播放声音 public class Sound { private byte[] m_soundBytes; private string m_fileName; private enum Flags { SND_SYNC = 0x0000, /* play synchronously (default) */ SND_ASYNC = 0x0001, /* play asynchronously */ SND_NODEFAULT = 0x0002, /* silence (!default) if sound not found */