Microsoft DirectX 8.1 (C++) |
The SetMediaTimes2 method sets the media stop and start times. This method is equivalent to IAMTimelineSrc::SetMediaTimes, but takes REFTIME values.
Syntax
HRESULT SetMediaTimes2(
REFTIME Start,
REFTIME Stop
);
Parameters
Start
Media start time, in seconds.
Stop
Media stop time, in seconds.
Return Value
Returns S_OK.
See Also