Click or drag to resize

WaveInDataEventArgs Constructor

Creates a new instance of the WaveInEventArgs class

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

Parameters

buffer
Type: SystemByte
Buffer containing the recorded data
bytes
Type: SystemInt32
The number of bytes in the buffer.
See Also