struttura KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S (ksmedia.h)
La struttura KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S specifica se è possibile acquisire interleaved.
Sintassi
typedef struct {
ULONG InterleavedCapPossible;
} KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S, *PKSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S;
Members
InterleavedCapPossible
Indica se l'acquisizione interleaved è possibile. Qualsiasi valore diverso da zero indica che è possibile acquisire interleaved. Il valore zero indica che l'acquisizione interleaved non è possibile.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ksmedia.h (include Ksmedia.h) |