C# 클래스 System.Net.WebRTC.RTCStatsReport

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

공개 메소드들

메소드 설명
ForEach ( RTCStatsReportCallback callbackFn, object thisArg ) : void
Get ( string key ) : object
Has ( string key ) : bool

비공개 메소드들

메소드 설명
RTCStatsReport ( ) : System.Runtime.CompilerServices

메소드 상세

ForEach() 공개 메소드

public ForEach ( RTCStatsReportCallback callbackFn, object thisArg ) : void
callbackFn RTCStatsReportCallback
thisArg object
리턴 void

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

Has() 공개 메소드

public Has ( string key ) : bool
key string
리턴 bool