Play a media data from memory in DirectShow

Started by
1 comment, last by fk1ee 21 years, 1 month ago
Hi All, Is there any method to play a media file which already loaded in memory and i want to play it from that block of memory ? Thx!
Advertisement
Sure. All you need is your own source filter :-)

Regards

Thomas Tomiczek
THONA Consulting Ltd.
(Microsoft MVP C#/.NET)
RegardsThomas TomiczekTHONA Consulting Ltd.(Microsoft MVP C#/.NET)
ic..
It''s Source Filter
I search and found it in msdn then ..
it say,
"The source filter is the Async File Source, which reads a byte stream from the file and passes it to the AVI Splitter filter."

It seem that i need to create a Source filter for handling the media data and then pass it to the AVI Splitter filter.
But How does it work ?
using IFileSourceFilter::GetCurfile() ?

This topic is closed to new replies.

Advertisement