C# 클래스 Appspotdemo.Mono.Droid.AppRTCDemoActivity.SDPObserver

상속: Java.Lang.Object, ISdpObserver
파일 보기 프로젝트 열기: kenneththorman/appspotdemo-mono

공개 메소드들

메소드 설명
OnCreateFailure ( string error ) : void
OnCreateSuccess ( Org.Webrtc.SessionDescription origSdp ) : void
OnSetFailure ( string error ) : void
OnSetSuccess ( ) : void
SDPObserver ( AppRTCDemoActivity outerInstance ) : System.Collections.Generic

비공개 메소드들

메소드 설명
drainRemoteCandidates ( ) : void

메소드 상세

OnCreateFailure() 공개 메소드

public OnCreateFailure ( string error ) : void
error string
리턴 void

OnCreateSuccess() 공개 메소드

public OnCreateSuccess ( Org.Webrtc.SessionDescription origSdp ) : void
origSdp Org.Webrtc.SessionDescription
리턴 void

OnSetFailure() 공개 메소드

public OnSetFailure ( string error ) : void
error string
리턴 void

OnSetSuccess() 공개 메소드

public OnSetSuccess ( ) : void
리턴 void

SDPObserver() 공개 메소드

public SDPObserver ( AppRTCDemoActivity outerInstance ) : System.Collections.Generic
outerInstance AppRTCDemoActivity
리턴 System.Collections.Generic