// eventdetectoroemadapter.h
typedef struct __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0001 {
ULONG Size;
GUID PatternType;
} SOUNDDETECTOR_PATTERNHEADER;
View the official Windows Driver Kit DDI reference// keyworddetectoroemadapter.h
typedef struct __MIDL___MIDL_itf_keyworddetectoroemadapter_0000_0000_0001 {
ULONG Size;
GUID PatternType;
} SOUNDDETECTOR_PATTERNHEADER;
View the official Windows Driver Kit DDI reference// ksmedia.h
typedef struct {
ULONG Size;
GUID PatternType;
} SOUNDDETECTOR_PATTERNHEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The SOUNDDETECTOR_PATTERNHEADER structure specifies the size and the format of the pattern data for the sound detector.
SizeSize of the data including this header.
PatternTypeIdentifies the format of the pattern data.
This structure is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.
The SOUNDDETECTOR_PATTERNHEADER structure specifies the pattern header for the sound detector in the KSPROPERTY_SOUNDDETECTOR_PATTERNS property.
SizeThe size of the audio data.
PatternTypeThe keyword pattern format, expressed as a GUID.
KSPROPERTY_SOUNDDETECTOR_PATTERNS
The SOUNDDETECTOR_PATTERNHEADER structure specifies the pattern header for the sound detector in the KSPROPERTY_SOUNDDETECTOR_PATTERNS property.
SizeThe size of the audio data.
PatternTypeThe keyword pattern format, expressed as a GUID.
KSPROPERTY_SOUNDDETECTOR_PATTERNS