// ksmedia.h
typedef struct {
ULONG InterleavedCapSupported;
} KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S, *PKSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S structure specifies if interleaved capture is supported.
InterleavedCapSupportedIndicates whether interleaved capture is supported. Any nonzero value indicates that interleaved capture is supported. A value of zero indicates interleaved capture is not supported.
KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS