Click or drag to resize
Accord.NET (logo)

AudioSourceMixerBytesReceived Property

Received bytes count.

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

Property Value

Type: Int32

Implements

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