KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S structure (ksmedia.h)
The KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S structure specifies if interleaved capture is supported.
Syntax
typedef struct {
ULONG InterleavedCapSupported;
} KSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S, *PKSPROPERTY_ALLOCATOR_CONTROL_CAPTURE_CAPS_S;
Members
InterleavedCapSupported
Indicates whether interleaved capture is supported. Any nonzero value indicates that interleaved capture is supported. A value of zero indicates interleaved capture is not supported.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |