Received bytes count.

Namespace:  AForge.Video.FFMPEG
Assembly:  AForge.Video.FFMPEG (in AForge.Video.FFMPEG.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public virtual long BytesReceived { get; }

Implements

IVideoSource..::.BytesReceived

Remarks

Number of bytes the video source provided from the moment of the last access to the property.

See Also