KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S structure (ksmedia.h)
La structure KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S spécifie si la capture entrelacée est possible.
Syntaxe
typedef struct {
ULONG InterleavedCapPossible;
} KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S, *PKSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S;
Membres
InterleavedCapPossible
Indique si la capture entrelacée est possible. Toute valeur différente de zéro indique que la capture entrelacée est possible. La valeur zéro indique que la capture entrelacée n’est pas possible.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ksmedia.h (incluez Ksmedia.h) |