// 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
No description available.
Drivers can use the KS_FRAMING_RANGE_WEIGHTED structure to specify a range of weighted frame sizes.
Range
Specifies the framing range.
InPlaceWeight
Not currently supported. Drivers should set to zero.
NotInPlaceWeight
Not currently supported. Drivers should set to zero.