Click or drag to resize
Accord.NET (logo)

NewFrameRequestedEventArgs Constructor (Single)

Initializes a new instance of the NewFrameRequestedEventArgs class.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public NewFrameRequestedEventArgs(
	float[] buffer
)
Request Example View Source

Parameters

buffer
Type: SystemSingle
The initial buffer.
See Also