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.4.54.0
Syntax
public void Write(
	byte[] data
)

Parameters

data  Byte
The specified PCM data

Implements

IWaveOutWrite(Byte)
See Also