Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
CCmdQueue::Run
The Run method switches to running mode so that commands that are deferred by the stream time can be run.
Syntax
virtual HRESULT Run(
REFERENCE_TIME tStreamTimeOffset
);
Parameters
tStreamTimeOffset
Offset time.
Return Value
Returns S_OK.
Remarks
During running mode, stream-time-to-presentation-time mapping is known.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also