BASS.NET API for the Un4seen BASS Audio Library

BroadCastTotalBytesSend Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the total number of bytes send to the server during a broadcast.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public long TotalBytesSend { get; }

Property Value

Type: Int64
Remarks

If the value reaches the maximum (Int64.MaxValue) it will be wrapped around and reset to 0 (zero).
See Also

Reference