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.
使用 DirectShow 加载声音文件后如何访问它的原始数据?
例如,什么接口允许您访问波形的原始数据?
IMediaSample::GetPointer
在文件解析器和声卡(或其他渲染器)之间插入 Sample Grabber 过滤器并查询 ISampleGrabber 接口。它会在传递数据时为您提供数据。