Search code examples
c++videocallbackdirectshowplayback

DirectShow Read From Memory with a Callback method


Until now I used MCI & mmioInstallIOProc for video playback with the help of the mentioned callback method for reading data chunks directly from memory.

Is there any sample that accomplish the same playback method using DirectShow ? I played a little bit, with the "MemFile" example that is included in the Platform SDK but this code reads the whole file to the memory while I need to load chunks of data instead.

Where to look or what interface to use to accomplish the goal ?

Regards,


Solution

  • I just created a new source filter !