C# Class HamSketch.ConferenceWindow

Inheritance: Window
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
ConferenceWindow ( string title, int x, int y, int width, int height ) : System

Méthodes protégées

Méthode 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

Méthode Description
ConferenceWindow ( ) : System

Method Details

AddChannel() protected méthode

protected AddChannel ( string name, PayloadType channelType ) : RtpSender
name string
channelType PayloadType
Résultat RtpSender

AddChannels() protected méthode

protected AddChannels ( ) : void
Résultat void

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

ConferenceWindow() public méthode

public ConferenceWindow ( string title, int x, int y, int width, int height ) : System
title string
x int
y int
width int
height int
Résultat System

FrameReceived() protected méthode

protected FrameReceived ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
Résultat void

HookRtpEvents() protected méthode

protected HookRtpEvents ( ) : void
Résultat void

JoinRtpSession() protected méthode

protected JoinRtpSession ( string name ) : void
name string
Résultat void

JoinSession() protected méthode

protected JoinSession ( ) : void
Résultat void

LeaveRtpSession() protected méthode

protected LeaveRtpSession ( ) : void
Résultat void

RtpParticipantAdded() protected méthode

protected RtpParticipantAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

RtpParticipantRemoved() protected méthode

protected RtpParticipantRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

RtpStreamAdded() protected méthode

protected RtpStreamAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

RtpStreamRemoved() protected méthode

protected RtpStreamRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

UnhookRtpEvents() protected méthode

protected UnhookRtpEvents ( ) : void
Résultat void