Click or drag to resize
Accord.NET (logo)

PlayFrameEventArgs Constructor

Initializes a new instance of the NewFrameEventArgs class.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public PlayFrameEventArgs(
	int frameIndex,
	int count
)
Request Example View Source

Parameters

frameIndex
Type: SystemInt32
New frame index.
count
Type: SystemInt32
The number of frames to play.
See Also