Click or drag to resize

WaveBuffer(Byte) Constructor

Initializes a new instance of the WaveBuffer class binded to a specific byte buffer.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public WaveBuffer(
	byte[] bufferToBoundTo
)

Parameters

bufferToBoundTo  Byte
A byte buffer to bound the WaveBuffer to.
See Also