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.
我们想从 DLL 播放音频(和视频)文件。RenderSharedEvent/TimerDriven 可以工作,但出于多种原因,我们更喜欢在更高级别进行播放 - Media Foundation,甚至不推荐使用的 MediaPlay 或 waveOut 函数也可以工作。但是,到目前为止,我还没有看到回调,它们似乎是该过程的关键部分。
那是因为它们不能通过 DLL 工作,还是我缺少什么?我记得以前不可能从 DLL 中使用 waveOut,但我认为新框架会支持 DLL。