Condividi tramite


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;

Membri

Range

Specifica l'intervallo di frame.

InPlaceWeight

Attualmente non supportato. I driver devono essere impostati su zero.

NotInPlaceWeight

Attualmente non supportato. I driver devono essere impostati su zero.

Fabbisogno

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

Vedere anche

KS_FRAMING_ITEM