Click or drag to resize
Accord.NET (logo)

NewFrameRequestedEventArgs Constructor (Int32)

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(
	int frames
)
Request Example View Source

Parameters

frames
Type: SystemInt32
The number of samples being requested.
See Also