TAPIEx ActiveX Control v3.6

OnWaveInBuffer

The OnWaveInBuffer event is fired when the recording waveform-audio data is presented.

Event OnWaveInBuffer(
m_Call As TAPICall)

Parameters

m_Call
Reference to ITAPICALL.

Remarks

The OnWaveInBuffer() event will be fired only if the access wave/in buffer feature is enabled by Record("Access:waveinbuffer"). Use WaveInbuffer property to read the RAW waveform-audio buffer data.

See Also

Record ,WaveInbuffer