C# 클래스 ChatterBox.Client.Win8dot1.Services.ForegroundSignalingUpdateService

상속: IForegroundUpdateService, IForegroundChannel
파일 보기 프로젝트 열기: openpeer/ChatterBox

공개 메소드들

메소드 설명
ForegroundSignalingUpdateService ( CoreDispatcher uiDispatcher ) : ChatterBox.Client.Common.Communication.Foreground
GetForegroundState ( ) : ForegroundState
GetShownUserId ( ) : string
OnSignaledPeerDataUpdated ( ) : void
OnSignaledRegistrationStatusUpdated ( ) : void
OnSignaledRelayMessagesUpdated ( ) : void
OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
OnUpdateFrameRate ( FrameRate frameRate ) : void
OnVoipState ( VoipState state ) : void

보호된 메소드들

메소드 설명
RunOnUiThread ( System.Action fn ) : void

메소드 상세

ForegroundSignalingUpdateService() 공개 메소드

public ForegroundSignalingUpdateService ( CoreDispatcher uiDispatcher ) : ChatterBox.Client.Common.Communication.Foreground
uiDispatcher Windows.UI.Core.CoreDispatcher
리턴 ChatterBox.Client.Common.Communication.Foreground

GetForegroundState() 공개 메소드

public GetForegroundState ( ) : ForegroundState
리턴 ChatterBox.Client.Common.Communication.Foreground.Dto.ForegroundState

GetShownUserId() 공개 메소드

public GetShownUserId ( ) : string
리턴 string

OnSignaledPeerDataUpdated() 공개 메소드

public OnSignaledPeerDataUpdated ( ) : void
리턴 void

OnSignaledRegistrationStatusUpdated() 공개 메소드

public OnSignaledRegistrationStatusUpdated ( ) : void
리턴 void

OnSignaledRelayMessagesUpdated() 공개 메소드

public OnSignaledRelayMessagesUpdated ( ) : void
리턴 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 state ) : void
state ChatterBox.Client.Common.Communication.Foreground.Dto.VoipState
리턴 void

RunOnUiThread() 보호된 메소드

protected RunOnUiThread ( System.Action fn ) : void
fn System.Action
리턴 void