|
| ||||||||||
| Tags: async, filter, implementation, source |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Implementation of File source async filter
I need to implement the File Source(async) filter. Can anyone tell me the Dshow classes and interfaces that are required.And the overall design of the filter.I am newbie any help in this regard in welcome. |
|
#2
| |||
| |||
| Re: Implementation of File source async filter
You may use IMoniker, IMoniker has created the AsyncFilter instance. you will need to implement IFileSourceFilter and your IFileSourceFilter::Load() will call FileDRMCreateFile(). Your SetPointer(), Read() and Size() methods will simply call the corresponding file I/O functions. The file source (async) filter opens and reads local files of many different data formats and passes the data to a parser filter. You may have a look at this. http://msdn.microsoft.com/en-us/library/aa931130.aspx |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Implementation of File source async filter" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dead space 2 error while installation "Source file not found: (file destination)...Verify that file exists | Ucchal | Video Games | 3 | 28-01-2011 05:26 AM |
| File missing MOM.Implementation | Tanvir | Windows Software | 3 | 20-03-2009 10:55 PM |
| c00d11b1 - Error - 80040241 source filter for this file could not be loaded | SDdot1 | Media Player | 10 | 09-01-2008 07:28 PM |
| Unable to load file or assembly mom. implementation. | Drewski | Windows XP Support | 3 | 16-07-2007 08:38 AM |
| Error 80040241 - The source filter for this file could not be loaded | Hilfiger | Media Player | 1 | 05-11-2005 11:37 PM |