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.
我打算在 Windows 8 下使用 C++ 捕捉带有 MediaCapture 的麦克风。是否有可能以某种方式获取 pcm 数据并使用我的算法对其进行修改?
可以通过编写派生的 C++ 类IMediaElement和 IMFTransform 来使用 MediaCapture,然后AddEffectAsync使用任何属性调用以传递到存储在IPropertySet/PropertyBag对象中的转换。
IMediaElement
AddEffectAsync
IPropertySet
PropertyBag