KSINTERVAL structure (ks.h)

The KSINTERVAL structure specifies a base time and time interval for recurring events.

Syntax

typedef struct {
  LONGLONG TimeBase;
  LONGLONG Interval;
} KSINTERVAL, *PKSINTERVAL;

Members

TimeBase

Specifies a 64-bit time base.

Interval

Specifies a recurrence interval, also 64-bit.

Requirements

Requirement Value
Header ks.h (include Ks.h)

See also

KSEVENT_CLOCK_INTERVAL_MARK

KSEVENT_CLOCK_POSITION_MARK