Click or drag to resize
Accord.NET (logo)

AsyncVideoSourceBytesReceived Property

Received bytes count.

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

Property Value

Type: Int64

Implements

IVideoSourceBytesReceived
Remarks

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

See Also