KSATTRIBUTE_LIST structure (ks.h)
The KSATTRIBUTE_LIST structure contains an attribute defined in a KSATTRIBUTE structure.
This structure is used to by mode aware drivers with KSDATARANGE. The KSATTRIBUTE_LIST has a single element, which is a KSATTRIBUTE. The Attribute member of the KSATTRIBUTE structure is set to KSATTRIBUTEID_AUDIOSIGNALPROCESSING_MODE.
Syntax
typedef struct {
ULONG Count;
PKSATTRIBUTE *Attributes;
} KSATTRIBUTE_LIST, *PKSATTRIBUTE_LIST;
Members
Count
Specifies the number of attributes in the list.
Attributes
A KSATTRIBUTE structure who's Attribute member is set to KSATTRIBUTEID_AUDIOSIGNALPROCESSING_MODE. For more information, see Audio Signal Processing Modes.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |