Virtual Wave Driver v1.0

IVirtualDevDest

The IVirtualDevDest interface establishs the connection with wave/in module of Virtual Wave Driver. It can be the destination object of ToneEncoder and stream the audio data from the encoder automatically. Raw audio buffer can also be send via WriteStream method.

Properties Description
Connected Sets this protperty True to establish a connection to VWD.
ControlInterface Returns the reference of IVirtualDevDest interface.
StreamMode Sets/returns the stream working mode.
WaveFormat Returns the reference of IWaveFormatEx interface.

 

Properties Description
WriteStream Sends audio stream to the VWD.
Events
Description
OnDebug Fires when debuging information is available.
OnStreamDataRequest Fires when request for the audio stream data.
OnStreamEnd Fires when playback is ending.
OnStreamStart Fires when playback is starting.

See Also

IVirtualDevSource