TAPIEx ActiveX Control v3.6

OnWaveOutBuffer

The OnWaveOutBuffer event is fired when it need the wave buffer data. Users ought to use Writebuffer method output the buffer to the device within OnWaveOutBuffer event.

Event OnWaveOutBuffer(
m_Call As TAPICall
BufferSize As Long)
)

Parameters

m_Call
Reference to ITAPICall.
BufferSize
The length of buffer in byte.

Remarks

Use Writebuffer method output the buffer to the device.

See Also

Writebuffer, PlaybackFile