Received bytes count.

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

Syntax

C#
public 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