estructura KS_FRAMING_RANGE_WEIGHTED (ks.h)
Los controladores pueden usar la estructura KS_FRAMING_RANGE_WEIGHTED para especificar un intervalo de tamaños de fotograma ponderados.
Sintaxis
typedef struct {
KS_FRAMING_RANGE Range;
ULONG InPlaceWeight;
ULONG NotInPlaceWeight;
} KS_FRAMING_RANGE_WEIGHTED, *PKS_FRAMING_RANGE_WEIGHTED;
Miembros
Range
Especifica el intervalo de marcos.
InPlaceWeight
Actualmente no se admite. Los controladores deben establecerse en cero.
NotInPlaceWeight
Actualmente no se admite. Los controladores deben establecerse en cero.
Requisitos
Requisito | Valor |
---|---|
Header | ks.h (incluya Ks.h) |