Copyright © 2005-2023 MultiMedia Soft

SoundRecognizer.ResultsDelete method

Previous pageReturn to chapter overviewNext page

Remarks

 

After a sound recognition request, started through a previous call to one between the SoundRecognizer.StartOnPlayer, SoundRecognizer.StartOnFile or SoundRecognizer.StartOnMemory methods, clears the given recognition session from memory.

 

For further details about the use of the sound recognizer see the SoundRecognizerMan class.

For details about sound recognition refer to the How to recognize music and obtain related information tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function ResultsDelete (

nUniqueId as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes ResultsDelete (

int nUniqueId

);


 

[C++]

public: enumErrorCodes ResultsDelete (

int nUniqueId

);


 

 

Parameter

Description

 

 

nUniqueId

The unique identifier of the recognition session to delete, returned by a previous call to one between the SoundRecognizer.StartOnPlayer, SoundRecognizer.StartOnFile or SoundRecognizer.StartOnMemory methods

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.