Click or drag to resize

WaveOutBaseWrite Method

Writes PCM data to the current stream and advances the current position within this stream by the number of bytes written.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public void Write(
	byte[] data
)

Parameters

data
Type: SystemByte
The specified PCM data

Implements

IWaveOutWrite(Byte)
See Also