CBaseFilter::GetPin (Windows CE 5.0)
Retrieves a CBasePin object on the filter.
virtual CBasePin* GetPin(intn) PURE;
Parameters
- n
Number of the specified pin.
Return Values
Returns a pointer to the pin specified by the n parameter.
Remarks
Override this member function to return a pointer to the nth pin on this filter.
CBaseFilter adds a reference to it, when necessary, before passing it to any other object.
This member function is called by the base class CEnumPins::Next member function to retrieve pins for the IEnumPins interface, which is used by the filter graph manager.
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