Virtual Wave Driver v1.0

OnStreamData

The OnStreamData event fires when audio stream data is available.

Event OnStreamData(
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 property ReadStream to obtain the data stream.

See Also

ReadStream