KS_FRAMING_RANGE_WEIGHTED structure (ks.h)

Drivers can use the KS_FRAMING_RANGE_WEIGHTED structure to specify a range of weighted frame sizes.

Syntax

typedef struct {
  KS_FRAMING_RANGE Range;
  ULONG            InPlaceWeight;
  ULONG            NotInPlaceWeight;
} KS_FRAMING_RANGE_WEIGHTED, *PKS_FRAMING_RANGE_WEIGHTED;

Members

Range

Specifies the framing range.

InPlaceWeight

Not currently supported. Drivers should set to zero.

NotInPlaceWeight

Not currently supported. Drivers should set to zero.

Requirements

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

See also

KS_FRAMING_ITEM