KS_AM_SimpleRateChange - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  REFERENCE_TIME StartTime;
  LONG           Rate;
} KS_AM_SimpleRateChange, *PKS_AM_SimpleRateChange;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ks_am_simpleratechange)

KS_AM_SimpleRateChange structure

Description

The KS_AM_SimpleRateChange structure is used to describe a simple rate change (fast-forward or rewind) for an MPEG2 stream.

Members

StartTime

Indicates the stream time at which to start this rate.

Rate

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

See also

KS_AM_RATE_SimpleRateChange