I'm using VB.NET to write an application which will play an MPEG video file and allow me to overlay some graphics on the video.
If I use DirectShow to play the video, I can't draw any graphics on it. So I am trying to use DirectDraw to play the video, but I'm having some problems.
The only example code I have found is in C++ and uses a IAMMultiMediaStream object to render the video. Does anyone know how to do this using VB??
If I use DirectShow to play the video, I can't draw any graphics on it. So I am trying to use DirectDraw to play the video, but I'm having some problems.
The only example code I have found is in C++ and uses a IAMMultiMediaStream object to render the video. Does anyone know how to do this using VB??