Click or drag to resize

WaveBuffer(Int32) Constructor

Initializes a new instance of the WaveBuffer class.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public WaveBuffer(
	int sizeToAllocateInBytes
)

Parameters

sizeToAllocateInBytes  Int32
The number of bytes. The size of the final buffer will be aligned on 4 Bytes (upper bound)
See Also