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.

Syntax

typedef struct {
  REFERENCE_TIME StartTime;
  LONG           Rate;
} KS_AM_SimpleRateChange, *PKS_AM_SimpleRateChange;

Members

StartTime

Indicates the stream time at which to start this rate.

Rate

Specifies the new rate. This value is multiplied by 10000 (decimal).

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KS_AM_RATE_SimpleRateChange