Description
The WriteBuffer method outputs the waveform-audio data to the wave/out device in the direct wave/out mode.
[Visual Basic]
Public Function WriteBuffer(
ByVal data() As Byte) As Boolean
[C#]
public Boolean WriteBuffer (byte[] data )
Parameters
- Buffer
- waveform-audio data (array of bytes) that want to output to device. The wave format is PCM 16bits Mono.
Return values
- If the method succeeds, the return TRUE, otherwise return FALSE.
Remarks
See Also
Support editions

