clamp
clamp

Reputation: 34016

Playing AVI movie on directx 9 surface

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

Answers (1)

Roman Ryltsov
Roman Ryltsov

Reputation: 69662

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

Upvotes: 1

Related Questions