0

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!

clamp
  • 33,000
  • 75
  • 203
  • 299

1 Answers1

1

DirectShow Samples on MSDN:

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

Roman R.
  • 68,205
  • 6
  • 94
  • 158