TAPIEx ActiveX Control v3.6

OnSilenceStart

The OnSilenceStart event is fired when the starting point of the silence detected (by software).

Event OnSilenceStart(m_Call As TAPICall, 
starttime As Long)

Parameters

m_Call
Reference to ITAPICall.
starttime
the start time of current silence period.

Remarks

OnSilenceStart only fires if recording or in direct wave/in mode and IWaveAnalysis.Enable=true

See Also

OnSilenceEnd