CCmdQueue::EndRun
Microsoft DirectShow 9.0 |
CCmdQueue::EndRun
The EndRun method switches to the stopped or paused mode.
Syntax
virtual HRESULT EndRun(void);
Return Value
Returns an HRESULT value that depends on the implementation.
Remarks
Time mapping between stream time and presentation time is not known after this member function has been called. Call the CCmdQueue::Run member function to carry out this mapping.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also