struttura KS_FRAMING_RANGE_WEIGHTED (ks.h)

I driver possono usare la struttura KS_FRAMING_RANGE_WEIGHTED per specificare un intervallo di dimensioni dei fotogrammi ponderati.

Sintassi

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

Members

Range

Specifica l'intervallo di frame.

InPlaceWeight

Non è attualmente supportato. I driver devono essere impostati su zero.

NotInPlaceWeight

Non è attualmente supportato. I driver devono essere impostati su zero.

Requisiti

Requisito Valore
Intestazione ks.h (include Ks.h)

Vedi anche

KS_FRAMING_ITEM