Microsoft DirectX 8.1 (C++) |
The FixMediaTimes2 method rounds the specified time values to the nearest frame boundary, as defined by the output frame rate. This method is equivalent to IAMTimelineSrc::FixMediaTimes, but takes REFTIME values.
Syntax
HRESULT FixMediaTimes2(
REFTIME *pStart,
REFTIME *pStop
);
Parameters
pStart
Pointer to a variable that contains the start time, in seconds. If the call succeeds, this variable is set to the rounded time.
pStop
Pointer to a variable that contains the stop time, in seconds. If the call succeeds, this variable is set to the rounded time.
Return Value
Returns S_OK if successful, or E_POINTER otherwise.
See Also