C# Class HamSketch.ConferenceWindow

Inheritance: Window
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
ConferenceWindow ( string title, int x, int y, int width, int height ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
ConferenceWindow ( ) : System

Method Details

AddChannel() protected method

protected AddChannel ( string name, PayloadType channelType ) : RtpSender
name string
channelType PayloadType
return RtpSender

AddChannels() protected method

protected AddChannels ( ) : void
return void

Cleanup() protected method

protected Cleanup ( ) : void
return void

ConferenceWindow() public method

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

FrameReceived() protected method

protected FrameReceived ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
return void

HookRtpEvents() protected method

protected HookRtpEvents ( ) : void
return void

JoinRtpSession() protected method

protected JoinRtpSession ( string name ) : void
name string
return void

JoinSession() protected method

protected JoinSession ( ) : void
return void

LeaveRtpSession() protected method

protected LeaveRtpSession ( ) : void
return void

RtpParticipantAdded() protected method

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

RtpParticipantRemoved() protected method

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

RtpStreamAdded() protected method

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

RtpStreamRemoved() protected method

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

UnhookRtpEvents() protected method

protected UnhookRtpEvents ( ) : void
return void