Click or drag to resize
Accord.NET (logo)

HeadControllerBytesReceived Property

Received bytes count.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public long BytesReceived { get; }
Request Example View Source

Property Value

Type: Int64

Implements

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