C# 클래스 ChatterBox.Client.Win8dot1.Voip.Hub

상속: IHub
파일 보기 프로젝트 열기: openpeer/ChatterBox

공개 메소드들

메소드 설명
Hub ( IUnityContainer container ) : ChatterBox.Client.Voip
InitialiazeStatsManager ( webrtc_winrt_api pc ) : void
OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
OnUpdateFrameRate ( FrameRate frameRate ) : void
OnVoipState ( VoipState voipState ) : void
Relay ( RelayMessage message ) : void
StartStatsManagerCallWatch ( ) : void
StopStatsManagerCallWatch ( ) : void
ToggleStatsManagerConnectionState ( bool enable ) : void
TrackStatsManagerEvent ( string name, string>.IDictionary props ) : void
TrackStatsManagerMetric ( string name, double value ) : void

메소드 상세

Hub() 공개 메소드

public Hub ( IUnityContainer container ) : ChatterBox.Client.Voip
container IUnityContainer
리턴 ChatterBox.Client.Voip

InitialiazeStatsManager() 공개 메소드

public InitialiazeStatsManager ( webrtc_winrt_api pc ) : void
pc webrtc_winrt_api
리턴 void

OnUpdateFrameFormat() 공개 메소드

public OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
frameFormat ChatterBox.Client.Common.Communication.Foreground.Dto.FrameFormat
리턴 void

OnUpdateFrameRate() 공개 메소드

public OnUpdateFrameRate ( FrameRate frameRate ) : void
frameRate ChatterBox.Client.Common.Communication.Foreground.Dto.FrameRate
리턴 void

OnVoipState() 공개 메소드

public OnVoipState ( VoipState voipState ) : void
voipState ChatterBox.Client.Common.Communication.Foreground.Dto.VoipState
리턴 void

Relay() 공개 메소드

public Relay ( RelayMessage message ) : void
message ChatterBox.Common.Communication.Messages.Relay.RelayMessage
리턴 void

StartStatsManagerCallWatch() 공개 메소드

public StartStatsManagerCallWatch ( ) : void
리턴 void

StopStatsManagerCallWatch() 공개 메소드

public StopStatsManagerCallWatch ( ) : void
리턴 void

ToggleStatsManagerConnectionState() 공개 메소드

public ToggleStatsManagerConnectionState ( bool enable ) : void
enable bool
리턴 void

TrackStatsManagerEvent() 공개 메소드

public TrackStatsManagerEvent ( string name, string>.IDictionary props ) : void
name string
props string>.IDictionary
리턴 void

TrackStatsManagerMetric() 공개 메소드

public TrackStatsManagerMetric ( string name, double value ) : void
name string
value double
리턴 void