StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.IStatisticsEvent Interface Reference

Provides access to the statistics relating to an instance of StreamLink. More...

Properties

long AverageLatency [get]
 Gets the average latency of heartbeat messages sent from Liberator to StreamLink. More...
 
long ClockOffset [get]
 Gets the clock offset between Liberator and StreamLink (Liberator time minus StreamLink time). More...
 
long Latency [get]
 Gets the latency of the latest heartbeat message sent from Liberator to StreamLink. More...
 

Detailed Description

Provides access to the statistics relating to an instance of StreamLink.

The StatisticsEvent is provided in an onStatisticsChange callback to a IConnectionListener.

Property Documentation

long Caplin.StreamLink.IStatisticsEvent.AverageLatency
get

Gets the average latency of heartbeat messages sent from Liberator to StreamLink.

The average heartbeat latency in milliseconds.

long Caplin.StreamLink.IStatisticsEvent.ClockOffset
get

Gets the clock offset between Liberator and StreamLink (Liberator time minus StreamLink time).

  • The clock offset in milliseconds.
long Caplin.StreamLink.IStatisticsEvent.Latency
get

Gets the latency of the latest heartbeat message sent from Liberator to StreamLink.

  • The latest heartbeat latency in milliseconds.

Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET