BASS.NET API for the Un4seen BASS Audio Library

BroadCastTotalConnectionTime Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the total online connection time (for how long the broadcast is already running since it was connected).

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

public TimeSpan TotalConnectionTime { get; }

Property Value

Type: TimeSpan
Remarks

This value is only correct, if IsConnected is resp. the broadcast Status is CONNECTED.
See Also

Reference