Click or drag to resize

WaveInDataEventArgs Constructor

Initializes a new instance of the WaveInDataEventArgs class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public WaveInDataEventArgs(
	byte[] buffer,
	int bytes
)

Parameters

buffer  Byte
 
bytes  Int32
 
See Also