Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 783311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:31:37+00:00 2026-05-14T20:31:37+00:00

I have a custom DirectShow filter created by extending the ezrgb24 filter from the

  • 0

I have a custom DirectShow filter created by extending the ezrgb24 filter from the DirectShow sample documentation.

I am using this filter (indirectly) in C# through a 3rd party multimedia SDK (LeadTools). Now I need to add a reference to the filter’s DLL to the project so that I can cast an IUnknown interface retrieved by the SDK to the filter’s own custom interface.

I have tried adding the DLL reference through add reference -> browse, and by using tlbimp directly at the commandline. Both approaches result in the error ‘C:\windows\system32\ezrgb24.dll’ is not a valid type library.

Am I missing something? The extensions I have made to the ezrgb24 example are pretty trivial structurally, essentially if anyone has the DirectShow examples they know exactly the code I am working with.

Any and all help is greatly appreciated.

Tony.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:31:37+00:00Added an answer on May 14, 2026 at 8:31 pm

    You need to write interface in C# and use ComImport attribute. For example sample filter from SDK will look

    [ComImport,
    InterfaceType(ComInterfaceType.InterfaceIsIUnknown), 
    Guid("fd5010a3-8ebe-11ce-8183-00aa00577da1")] //guid defined for interface in example code
    public interface IIPEffect
    {
      [PreserveSig]
      int get_IPEffect(out int effectTime, out double startTime, out double length);
    
      [PreserveSig]
      int set_IPEffect(int effectNum, double startTime, double length);
    }
    

    Now you can use interface definition is such way

    //find IBaseFilter somehow
    var effectFilter = FindFilter() as IIPEffect;
    effectFilter.set_IPEffect(0, 0, 20);
    

    NOTE: in interface definition there is REFTIME type as parameter for length and startTime, but it is simple typedef and that’s why in our code it is double. For more information on converting interface definition to C# you can read marshaling article on msdn

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom push source filter written in Delphi 6 using the DSPACK
I have a Custom DirectShow Video Renderer Filter which has some extended features over
We have custom headers in the Silverlight DataGrid using the ContentTemplate. We've got a
I have a DirectShow filter graph in my Delphi 6 application built with the
I have custom drupal module. I receive result from a webservice that I need
I have custom exceptions in my django project that look like this: class CustomFooError(Exception):
I have custom assembly that is loaded on runtime. at this point i have
I have custom errors turned on in webconfig and redirecting to /Error/Trouble. This is
I have custom control - using Win Forms, that contains four TextBoxes, all have
I have a DirectShow application written in Delphi 6 using the DSPACK component library.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.