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