CBaseRenderer::GetPin
Returns a CBasePin object on the renderer.
virtual CBasePin *GetPin(
int n
);
Parameters
- n
Number of the specified pin, which is always zero in the case of the renderer.
Return Values
Returns a pointer to the pin specified by the n parameter.
Remarks
This member function overrides CBaseFilter::GetPin. Only one pin is supported on the renderer; it is numbered zero. A call to this member function with n equal to zero will result in an input pin of type CRendererInputPin being returned. It will be created if it does not yet exist.
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 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.