KS_AM_SimpleRateChange structure (ksmedia.h)
The KS_AM_SimpleRateChange structure is used to describe a simple rate change (fast-forward or rewind) for an MPEG2 stream.
C++
typedef struct {
REFERENCE_TIME StartTime;
LONG Rate;
} KS_AM_SimpleRateChange, *PKS_AM_SimpleRateChange;
StartTime
Indicates the stream time at which to start this rate.
Rate
Specifies the new rate. This value is multiplied by 10000 (decimal).
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |