OnSilenceEnd
The OnSilenceEnd event is fired when the ending point
of the silence detected (by software).
Event OnSilenceEnd(m_Call As TAPICall, endtime As Long, Duration As Long)
Parameters
- m_Call
- Reference to ITAPICall.
- endtime
- The end time of the current silence period in ms.
- Duration
- The duration of current silence period in ms.
Remarks
- OnSilenceEnd is fired only while recording in direct wave/in
mode and property IWaveAnalysis.Enable is enabled.
See Also
- OnSilenceStart