Virtual Wave Driver v1.0

OnStreamDataRequest

The OnStreamDataRequest event fires when request for the audio stream data.

Event OnStreamDataRequest(
cbSize As Long, pDataAddr As Long)

Parameters

cbSize
The length in byte of data.
pDataAddr
Pointer to the buffer of the data.

Remarks

Parameter pDataAddr is for the Visual C++, Delphi .. etc that can access the pointer. In Visual Basic, please use WriteStream method to send the data stream.

See Also

WriteStream