Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写(翻译)我的 java 游戏引擎到C#. 现在我必须一次播放多个声音。我只针对 Windows 平台,需要支持这些格式。
C#
出于学习目的,我想使用P/Invokes它。有没有P/Invokes做这些事情的?搜索谷歌总是指向SoundPlayer课程,但这不是我需要的。
P/Invokes
SoundPlayer
谢谢
检查pinvoke.net页面。
下面有一些链接:
http://www.pinvoke.net/default.aspx/winmm.playsound
http://www.pinvoke.net/default.aspx/coredll/playsound.html