// ksmedia.h
typedef struct {
ULONG InterleavedCapPossible;
} KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S, *PKSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE_S structure specifies if interleaved capture is possible.
InterleavedCapPossibleIndicates whether interleaved capture is possible. Any nonzero value indicates that interleaved capture is possible. A value of zero indicates interleaved capture is not possible.
KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_INTERLEAVE