Microsoft DirectX 8.1 (C++) |
Changes the rate of DVD playback, based on starting time and the new rate.
Syntax
typedef struct {
REFERENCE_TIME StartTime;
LONG Rate;
} AM_SimpleRateChange;
Members
StartTime
Time at which the new rate will take effect.
Rate
New rate of playback.
Remarks
Specify values for Rate member that are multiples of the normal rate, such as 2 for double time or .5 for half time.
The AM_RATE_SimpleRateChange property uses this structure.