CPullPin::Seek (Compact 2013)
3/26/2014
Sets the start and stop times of the media stream.
Syntax
HRESULT Seek(
REFERENCE_TIME tStart,
REFERENCE_TIME tStop
);
Parameters
- tStart
Start time (defaults to zero).
- tStop
Stop time (defaults to the value of CPullPin::Duration).
Return Value
Returns an HRESULT value.
Remarks
If the filter graph is running (active), the media rendering will start immediately at the new position defined by tStart.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |