Reputation: 34016
I have got a directx9 window and i want to play an avi-video on a texture. i have heard that i can use directshow to do this?
if this is really posssible, where can i find tutorials or sample code to do this? thanks!
Upvotes: 0
Views: 932
Reputation: 69662
Texture3D9 Sample Playback Draws video on a Microsoft DirectX 9.0 texture surface.
You will need to look for an older Windows SDK or DirectX SDK to find this sample though. I think it is removed from latest Windows SDK already.
\Samples\Multimedia\DirectShow\Players\Texture3D9
Upvotes: 1