Microsoft DirectX 8.1 (C++) |
Notifies the pin that the filter has changed state from stopped to paused.
Syntax
HRESULT Run(
REFERENCE_TIME tStart
);
Parameters
tStart
Start time. Unreferenced by this class; for possible use by the derived class.
Return Value
Returns an HRESULT value (S_OK by default).
Remarks
This member function overrides the CBasePin::Run member function. It sends the EC_COMPLETE notification to the filter graph manager if m_bAtEndOfStream is TRUE.
See Also