C# 클래스 HumLog.GraphicsChannel

상속: NewTOAPIA.Drawing.GraphPortDelegate
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GraphicsChannel ( RtpSession aSession, string participantName, IGraphPort localRenderer ) : System

보호된 메소드들

메소드 설명
RtpStreamAdded ( object sender, RtpEvents ea ) : void
RtpStreamRemoved ( object sender, RtpEvents ea ) : void

비공개 메소드들

메소드 설명
GDIChunkPacked ( NewTOAPIA command ) : void
GDICommandReceived ( object sender, RtpStream ea ) : void
HookRtpEvents ( ) : void
JoinSession ( ) : void

메소드 상세

GraphicsChannel() 공개 메소드

public GraphicsChannel ( RtpSession aSession, string participantName, IGraphPort localRenderer ) : System
aSession NewTOAPIA.Net.Rtp.RtpSession
participantName string
localRenderer IGraphPort
리턴 System

RtpStreamAdded() 보호된 메소드

protected RtpStreamAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void

RtpStreamRemoved() 보호된 메소드

protected RtpStreamRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void