Managed DirectX

G

Guest

I currently use the Windows Media ActiveX control in my windows form vb.net
application. I have recently noted that DirectX is available as managed
code. Are there any examples for vb showing how to play a video file with
managed DirectX.

Thanks,
Fred Herring
 
A

Armin Zingler

Fred Herring said:
I currently use the Windows Media ActiveX control in my windows form
vb.net
application. I have recently noted that DirectX is available as
managed code. Are there any examples for vb showing how to play a
video file with managed DirectX.


There's only basic support in MDX (Directshow is not part of the core
DirectX SDK anymore) for video playback. If you've got the SDK
(http://msdn.microsoft.com/downloads/list/directx.asp), there's the
Microsoft.DirectX.AudioVideoPlayback namespace and it's Video class. I
haven't tried it, I only tell what I see in the docs.

There's also a group for MDX:
microsoft.public.win32.programmer.directx.managed

Armin
 
H

Herfried K. Wagner [MVP]

Armin Zingler said:
There's only basic support in MDX (Directshow is not part of the core
DirectX SDK anymore) for video playback. If you've got the SDK
(http://msdn.microsoft.com/downloads/list/directx.asp), there's the
Microsoft.DirectX.AudioVideoPlayback namespace and it's Video class. I
haven't tried it, I only tell what I see in the docs.

Problems in the AudioVideoPlayback namespace of managed DirectX9
<URL:http://www.codeproject.com/cs/media/DirectX9_media_playback.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top