IAMTimelineSrc::ModifyStopTime2
Microsoft DirectShow 9.0 |
IAMTimelineSrc::ModifyStopTime2
The ModifyStopTime2 method sets the stop time. This method is equivalent to IAMTimelineSrc::ModifyStopTime, but takes a REFTIME value.
Syntax
HRESULT ModifyStopTime2( REFTIME Stop );
Parameters
Stop
New stop time, in seconds.
Return Value
Returns S_OK if successful, or E_INVALIDARG if the specified time is not valid.
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also