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: 1.8.12.0 (1.8.12)
Syntax
public void Write(
	byte[] data
)

Parameters

data
Type: SystemByte
The specified PCM data

Implements

IWaveOutWrite(Byte)
See Also