IEventDetectorOemAdapter::ReportOSDetectionResult method (eventdetectoroemadapter.h)

Called to provide second stage result to OEM dll.

Syntax

void ReportOSDetectionResult(
  DETECTIONEVENTSELECTOR EventSelector,
  EVENTACTION            EventAction
);

Parameters

EventSelector

[In] - Pointer to IStream bound to model data for the arming pattern (Optional).

EventAction

[In] - Pointer to the SOUNDDETECTOR_PATTERNHEADER from the DDI.

Return value

None

Remarks

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

Requirements

Requirement Value
Header eventdetectoroemadapter.h

See also