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.
Syntax
[Visual Basic]
AudibleRangeDetected (
ByVal nPosAudibleStart as Long,
ByVal nPosAudibleEnd as Long
)
|
|
[C++]
void AudibleRangeDetected (
long nPosAudibleStart
long nPosAudibleEnd
);
|
|
Parameter
|
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.
|
|