Received bytes count.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.3.0 (2.2.3.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