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. |
Notifies the pin that the filter has changed state from paused to running.
HRESULT Run( REFERENCE_TIME tStart );
Parameters
Return Values
Returns an HRESULTvalue (NOERROR_OK by default).
Remarks
This member function can be overridden in the derived class to perform activities such as committing memory or obtaining resources.
Note that the filter graph manager's internal state variable is not updated until after this member function returns, so testing the filter graph manager's state (directly or indirectly) from within this member function should be avoided.