Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the registration data associated with the filter.
virtual LPAMOVIESETUP_FILTER GetSetupData( );
Parameters
None.
Return Values
Returns a pointer to an AMOVIESETUP_FILTER structure containing registration information for the filter.
Remarks
You must override this member function and implement it to return an AMOVIESETUP_FILTER structure containing its associated AMOVIESETUP_PIN and AMOVIESETUP_MEDIATYPE structures for pin and media type information.
This member function is called from the CBaseFilter::Register member function.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 3.0 and later.
Header:
Send Feedback on this topic to the authors