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.
我有一个 directx9 窗口,我想在纹理上播放 avi 视频。我听说我可以使用 directshow 来做到这一点?
如果这真的可能,我在哪里可以找到教程或示例代码来做到这一点?谢谢!
MSDN 上的 DirectShow 示例:
Texture3D9 Sample Playback 在 Microsoft DirectX 9.0 纹理表面上绘制视频。
不过,您需要查找较旧的 Windows SDK 或 DirectX SDK 才能找到此示例。我认为它已经从最新的 Windows SDK 中删除了。
\Samples\Multimedia\DirectShow\Players\Texture3D9