Share via


CBaseFilter::GetSetupData (Compact 2013)

3/26/2014

Retrieves the registration data associated with the filter.

Syntax

virtual LPAMOVIESETUP_FILTER GetSetupData( );

Parameters

None.

Return Value

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

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseFilter Class