Virtual Wave Driver v1.0 |
The IVirtualDevSource interface establishs the connection with wave/out module of Virtual Wave Driver. It can be the source object of PhoneToneDecoder and stream the audio data to the decoder automatically. Raw audio buffer can also be obtained via ReadStream property.
Properties | Description |
---|---|
Connected | Sets this protperty True to establish a connection to VWD. |
ControlInterface | Returns the reference of IVirtualDevSource interface. |
ReadStream | Obtains the raw audio stream. |
StreamMode | Sets/returns the stream working mode. |
WaveFormat | Returns the reference of IWaveFormatEx interface. |
Events |
Description |
---|---|
OnDebug | Fires when debuging information is available. |
OnStreamData | Fires when audio stream data is available. |
OnStreamEnd | Fires when playback is ending. |
OnStreamStart | Fires when playback is starting. |