Results 1 to 2 of 2

Thread: Implementation of File source async filter

  1. #1
    Join Date
    Sep 2009
    Posts
    1

    Implementation of File source async filter

    Hi,
    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. #2
    Join Date
    Dec 2008
    Posts
    183

    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

Similar Threads

  1. Replies: 3
    Last Post: 28-01-2011, 06:26 AM
  2. File missing MOM.Implementation
    By Tanvir in forum Windows Software
    Replies: 3
    Last Post: 20-03-2009, 10:55 PM
  3. Replies: 10
    Last Post: 09-01-2008, 08:28 PM
  4. Unable to load file or assembly mom. implementation.
    By Drewski in forum Windows XP Support
    Replies: 3
    Last Post: 16-07-2007, 08:38 AM
  5. Replies: 1
    Last Post: 06-11-2005, 12:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,676,132.88041 seconds with 16 queries