Condividi tramite


struttura KSCAMERA_EXTENDEDPROP_VALUE (ksmedia.h)

La struttura KSCAMERA_EXTENDEDPROP_VALUE è un'unione dei tipi di dati utilizzata per esprimere un valore della proprietà estesa.

Sintassi

typedef struct tagKSCAMERA_EXTENDEDPROP_VALUE {
  union {
    double         dbl;
    ULONGLONG      ull;
    ULONG          ul;
    ULARGE_INTEGER ratio;
    LONG           l;
    LONGLONG       ll;
  } Value;
} KSCAMERA_EXTENDEDPROP_VALUE, *PKSCAMERA_EXTENDEDPROP_VALUE;

Membri

Value

Valore della proprietà estesa.

Value.dbl

Proprietà estesa espressa come valore double.

Value.ull

Proprietà estesa espressa come valore ULONGLONG.

Value.ul

Proprietà estesa espressa come valore ULONG.

Value.ratio

Valore della proprietà estesa espresso come rapporto.

Value.l

Proprietà estesa espressa come valore LONG.

Value.ll

Proprietà estesa espressa come valore LONGLONG.

Fabbisogno

Requisito Valore
client minimo supportato Windows 8.1
server minimo supportato Windows Server 2012 R2
intestazione ksmedia.h (include Ksmedia.h)

Vedere anche

KSCAMERA_EXTENDEDPROP_HEADER