CBaseFilter::GetSetupData
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. See Setting Up the Build Environment for more information.
OS Versions: Windows CE 3.0 and later.
Header:
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.