Copyright © 2008-2019 MultiMedia Soft

SilencePosDetectionDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the end of the silence detection session. The silence detection session is started through a previous call to the SilencePositionsDetect method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event SilencePosDetectionDone As SilencePosDetectionDoneEventHandler


 

[C#]

public event SilencePosDetectionDoneEventHandler SilencePosDetectionDone;


 

[C++]

public: __event SilencePosDetectionDoneEventHandler SilencePosDetectionDone;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nResult

The result of the silence detection session.

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

Silence detection was successful.