C# Class ChatterBox.Client.Universal.Background.StatsManager

Afficher le fichier Open project: openpeer/ChatterBox

Méthodes publiques

Méthode Description
DisableTelemetry ( bool disable ) : void
Initialize ( RTCPeerConnection pc ) : void
Reset ( ) : void
StartCallWatch ( ) : void
StatsManager ( ) : System
StopCallWatch ( ) : void
TrackEvent ( String name ) : void
TrackEvent ( String name, string>.IDictionary props ) : void
TrackException ( Exception e ) : void
TrackMetric ( String name, double value ) : void

Private Methods

Méthode Description
PeerConnection_OnRTCStatsReportsReady ( RTCStatsReportsReadyEvent evt ) : void
ProcessReports ( IList reports ) : void
ToMetricName ( RTCStatsValueName name ) : string

Method Details

DisableTelemetry() public méthode

public DisableTelemetry ( bool disable ) : void
disable bool
Résultat void

Initialize() public méthode

public Initialize ( RTCPeerConnection pc ) : void
pc RTCPeerConnection
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

StartCallWatch() public méthode

public StartCallWatch ( ) : void
Résultat void

StatsManager() public méthode

public StatsManager ( ) : System
Résultat System

StopCallWatch() public méthode

public StopCallWatch ( ) : void
Résultat void

TrackEvent() public méthode

public TrackEvent ( String name ) : void
name String
Résultat void

TrackEvent() public méthode

public TrackEvent ( String name, string>.IDictionary props ) : void
name String
props string>.IDictionary
Résultat void

TrackException() public méthode

public TrackException ( Exception e ) : void
e System.Exception
Résultat void

TrackMetric() public méthode

public TrackMetric ( String name, double value ) : void
name String
value double
Résultat void