Microsoft DirectX 8.1 (C++)

AM_ExactRateChange

Changes the rate of DVD playback based on the new rate and the time at which the output time stamps are zero.

Syntax

 typedef struct {
   REFERENCE_TIME  OutputZeroTime;
   LONG Rate;
} AM_ExactRateChange;

Members

OutputZeroTime

Time at which the output time stamps are zero.

Rate

New rate of playback.

Remarks

The OutputZeroTime member variable represents the x-intercept in the graph shown in the DVD Time Stamp Rate Change property set section.

The AM_RATE_ExactRateChange property uses this structure.