Microsoft DirectX 8.1 (C++) |
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.
See Also