C# Class System.Net.WebRTC.RTCStatsReport

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Méthodes publiques

Méthode Description
ForEach ( RTCStatsReportCallback callbackFn, object thisArg ) : void
Get ( string key ) : object
Has ( string key ) : bool

Private Methods

Méthode Description
RTCStatsReport ( ) : System.Runtime.CompilerServices

Method Details

ForEach() public méthode

public ForEach ( RTCStatsReportCallback callbackFn, object thisArg ) : void
callbackFn RTCStatsReportCallback
thisArg object
Résultat void

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Has() public méthode

public Has ( string key ) : bool
key string
Résultat bool