Microsoft DirectX 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.

See Also