Microsoft Windows CE 3.0  

CBaseRenderer::GetPin

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns a CBasePinobject 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 nparameter.

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 nequal to zero will result in an input pin of type CRendererInputPinbeing returned. It will be created if it does not yet exist.