SOUNDDETECTOR_PATTERNHEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-eventdetectoroemadapter-sounddetector_patternheader)

SOUNDDETECTOR_PATTERNHEADER structure (eventdetectoroemadapter.h)

Description

The SOUNDDETECTOR_PATTERNHEADER structure specifies the size and the format of the pattern data for the sound detector.

Members

Size

Size of the data including this header.

PatternType

Identifies the format of the pattern data.

Remarks

This structure is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.

See also


Windows Driver Kit DDI reference (ns-keyworddetectoroemadapter-__midl___midl_itf_keyworddetectoroemadapter_0000_0000_0001)

__MIDL___MIDL_itf_keyworddetectoroemadapter_0000_0000_0001 structure (keyworddetectoroemadapter.h)

Description

The SOUNDDETECTOR_PATTERNHEADER structure specifies the pattern header for the sound detector in the KSPROPERTY_SOUNDDETECTOR_PATTERNS property.

Members

Size

The size of the audio data.

PatternType

The keyword pattern format, expressed as a GUID.

See also

KSPROPERTY_SOUNDDETECTOR_PATTERNS


Windows Driver Kit DDI reference (ns-ksmedia-sounddetector_patternheader)

SOUNDDETECTOR_PATTERNHEADER structure (ksmedia.h) (ksmedia.h)

Description

The SOUNDDETECTOR_PATTERNHEADER structure specifies the pattern header for the sound detector in the KSPROPERTY_SOUNDDETECTOR_PATTERNS property.

Members

Size

The size of the audio data.

PatternType

The keyword pattern format, expressed as a GUID.

See also

KSPROPERTY_SOUNDDETECTOR_PATTERNS