VB.NET:Using a pointer on a bitmap in DirectX

leth

Newcomer
Joined
Oct 26, 2004
Messages
1
Hy,

I'm decoding MPEG2-files using the mpeg2lib.dll in VB.NET. This DLL-file impements a function called GetMPEG2Frame which delivers a pointer to a bitmap.

Now I'd like to use (managed) DirectX to show this bitmap on the screen without using a GDI+ Bitmap Object, because creating this object is very CPU intensive.

How can I get this to work???

Thanks a lot in advance :-)

Cu leth
 
Back
Top