C# 클래스 HamSketch.ConferenceWindow

상속: Window
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
ConferenceWindow ( string title, int x, int y, int width, int height ) : System

보호된 메소드들

메소드 설명
AddChannel ( string name, PayloadType channelType ) : RtpSender
AddChannels ( ) : void
Cleanup ( ) : void
FrameReceived ( object sender, RtpStream ea ) : void
HookRtpEvents ( ) : void
JoinRtpSession ( string name ) : void
JoinSession ( ) : void
LeaveRtpSession ( ) : void
RtpParticipantAdded ( object sender, RtpEvents ea ) : void
RtpParticipantRemoved ( object sender, RtpEvents ea ) : void
RtpStreamAdded ( object sender, RtpEvents ea ) : void
RtpStreamRemoved ( object sender, RtpEvents ea ) : void
UnhookRtpEvents ( ) : void

비공개 메소드들

메소드 설명
ConferenceWindow ( ) : System

메소드 상세

AddChannel() 보호된 메소드

protected AddChannel ( string name, PayloadType channelType ) : RtpSender
name string
channelType PayloadType
리턴 RtpSender

AddChannels() 보호된 메소드

protected AddChannels ( ) : void
리턴 void

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

ConferenceWindow() 공개 메소드

public ConferenceWindow ( string title, int x, int y, int width, int height ) : System
title string
x int
y int
width int
height int
리턴 System

FrameReceived() 보호된 메소드

protected FrameReceived ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
리턴 void

HookRtpEvents() 보호된 메소드

protected HookRtpEvents ( ) : void
리턴 void

JoinRtpSession() 보호된 메소드

protected JoinRtpSession ( string name ) : void
name string
리턴 void

JoinSession() 보호된 메소드

protected JoinSession ( ) : void
리턴 void

LeaveRtpSession() 보호된 메소드

protected LeaveRtpSession ( ) : void
리턴 void

RtpParticipantAdded() 보호된 메소드

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

RtpParticipantRemoved() 보호된 메소드

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

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

UnhookRtpEvents() 보호된 메소드

protected UnhookRtpEvents ( ) : void
리턴 void