struttura KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S (ksmedia.h)
La struttura KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S specifica se è supportata l'acquisizione interleaved.
Sintassi
typedef struct {
ULONG InterleavedCapSupported;
} KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S, *PKSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S;
Membri
InterleavedCapSupported
Indica se l'acquisizione interleaved è supportata. Qualsiasi valore diverso da zero indica che è supportata l'acquisizione interleaved. Il valore zero indica che l'acquisizione interleaved non è supportata.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | ksmedia.h (include Ksmedia.h) |