Copyright © 2008-2019 MultiMedia Soft

AudibleRangeDetected event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the end of the silence detection session to inform about initial and final positions of the audible portion of song. 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 AudibleRangeDetected As AudibleRangeDetectedEventHandler


 

[C#]

public event AudibleRangeDetectedEventHandler AudibleRangeDetected;


 

[C++]

public: __event AudibleRangeDetectedEventHandler AudibleRangeDetected;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPosAudibleStart

Number representing the position, expressed in milliseconds, where audible song begins.

nPosAudibleEnd

Number representing the position, expressed in milliseconds, where audible song ends.