Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
SilencePositionAvailable event 
 
Remarks 
 
Occurs when the control has completed the detection of silent portions at the start and end of a loaded song. 
 
Silence detection is performed automatically if the SetAutomaticSilenceDetection method has been previously called or on-demand after a call to the RequestSoundSilenceDetection method. 
 
 
Syntax 
 
[Visual Basic] 
SilencePositionAvailable 
ByVal nPlayer as Integer
ByVal nInitialSilencePos as Long
ByVal nFinalSilencePos as Long 
)
 
[C++] 
void SilencePositionAvailable ( 
short nPlayer
long nInitialSilencePos
long nFinalSilencePos 
);
 
 
Parameters
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
nInitialSilencePos
Number representing the position in milliseconds where the sound level is higher than the initial threshold.
nFinalSilencePos
Number representing the position in milliseconds where the sound level is lower than the final threshold.
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents