IAMTimelineSrc::ModifyStopTime
Microsoft DirectShow 9.0 |
IAMTimelineSrc::ModifyStopTime
The ModifyStopTime method sets the stop time, relative to the timeline.
Syntax
HRESULT ModifyStopTime( REFERENCE_TIME Stop );
Parameters
Stop
New stop time, in 100-nanosecond units.
Return Value
Returns S_OK, or E_INVALIDARG if the specified time is not valid.
Remarks
This method is equivalent to calling IAMTimelineObj::SetStartStop with the original start time and a new stop time.
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