Click or drag to resize
Accord.NET (logo)

AudioCaptureDeviceOnNewFrame Method

Notifies client about new block of frames.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
protected void OnNewFrame(
	Array frame
)
Request Example View Source

Parameters

frame
Type: SystemArray
New frame's audio.
See Also