问题描述
- windows mobile 关于声音的问题。
-
[DllImport("coredll.dll", EntryPoint = "PlaySound", SetLastError = true)]
public static extern bool PlaySound(string szSound, IntPtr hMod, PlaySoundFlags flags);
异步播放声音,其他地方都可以,就是扫码的时候,系统自带一个“滴~”的干扰音,我这个地方调用该函数播放声音就不行了,有时候是短促响一截,大部分时候直接没有播放声音,求解!
时间: 2024-12-23 12:02:11