Copyright © 2005-2023 MultiMedia Soft

SoundRecognizerStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of a sound recognition session started through one of the following methods:

 

SoundRecognizer.StartOnPlayer

SoundRecognizer.StartOnFile

SoundRecognizer.StartOnMemory

SoundRecognizer.StartOnWasapiDevice

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event SoundRecognizerStarted As SoundRecognizerStartedEventHandler


 

[C#]

public event SoundRecognizerStartedEventHandler SoundRecognizerStarted;


 

[C++]

public: __event SoundRecognizerStartedEventHandler* SoundRecognizerStarted;


 

 

Event Data

 

The event handler receives an argument of type SoundRecognizerDoneEventArgs having the following parameters:

 

Parameter

Description

 

 

nSessionUniqueId

Number representing the unique identifier of the recognition session