CRenderedInputPin::Run
Microsoft DirectShow 9.0 |
CRenderedInputPin::Run
The Run method notifies the pin that the filter is now running. This method overrides the CBasePin::Run method.
Syntax
HRESULT Run( REFERENCE_TIME tStart );
Parameters
tStart
The start time that was passed to the filter's IMediaFilter::Run method.
Return Value
Returns S_OK.
Requirements
** Header:** Declared in Amextra.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also