CRendererInputPin::CRendererInputPin
| Microsoft DirectShow 9.0 |
CRendererInputPin::CRendererInputPin
The CRendererInputPin method is a constructor method.
Syntax
CRendererInputPin(
CBaseRenderer *pRenderer,
HRESULT *phr,
LPCWSTR Name
);
Parameters
pRenderer
Pointer to the CBaseRenderer object that implements the filter.
phr
Pointer to a variable that receives an HRESULT value.
Name
Pointer to a wide-character string containing the pin identifier.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also