Click or drag to resize
Accord.NET (logo)

AudioCaptureDeviceFramesReceived Property

Received frames count.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public int FramesReceived { get; }
Request Example View Source

Property Value

Type: Int32

Implements

IAudioSourceFramesReceived
Remarks
Number of frames the audio source provided from the moment of the last access to the property.
See Also