I wish to integrate a video cutscene into a game built from
DXFramework. For now, I use DirectShow to play video clip. It seems
video is displayed along with the frames rendered by DXFramework.
Sometimes, a video is displayed on top and it looks perfect. But some
other times, i think the video is displayed behind the rendered frame,
and it looks like a video doesn't play, except an audio is heard.
Any idea how to integrate DirectShow video seamlessly into
DXFramework ??
Or just a way to disable DXFramework rendering frames for a while and
allow video to be seen.
Thanks.