KS_FRAMING_RANGE_WEIGHTED - NtDoc

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

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ks_framing_range_weighted)

KS_FRAMING_RANGE_WEIGHTED structure

Description

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

Members

Range

Specifies the framing range.

InPlaceWeight

Not currently supported. Drivers should set to zero.

NotInPlaceWeight

Not currently supported. Drivers should set to zero.

See also

KS_FRAMING_ITEM