C# Class ShowIt.ShowItModel

Inheritance: GLModel, IReceiveConferenceFrames
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
AddPendingParticipant ( RtpParticipant participant ) : void
AddRenderable ( IRenderable renderable ) : void
CreateDeskSet ( ConferenceAttendee attendee ) : DeskSet
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int width, int height ) : void
ReceiveAudioFrame ( object sender, RtpStream ea ) : void
ReceiveDesktopFrame ( object sender, RtpStream ea ) : void
ReceiveVideoFrame ( object sender, RtpStream ea ) : void
ShowItModel ( ConferenceSession session ) : System

Méthodes protégées

Méthode Description
CreatePendingAttendees ( ) : void
DrawBegin ( ) : void
DrawContent ( ) : void
OnSetContext ( ) : void

Private Methods

Méthode Description
DrawRoom ( ) : void

Method Details

AddPendingParticipant() public méthode

public AddPendingParticipant ( RtpParticipant participant ) : void
participant NewTOAPIA.Net.Rtp.RtpParticipant
Résultat void

AddRenderable() public méthode

public AddRenderable ( IRenderable renderable ) : void
renderable IRenderable
Résultat void

CreateDeskSet() public méthode

public CreateDeskSet ( ConferenceAttendee attendee ) : DeskSet
attendee ConferenceAttendee
Résultat DeskSet

CreatePendingAttendees() protected méthode

protected CreatePendingAttendees ( ) : void
Résultat void

DrawBegin() protected méthode

protected DrawBegin ( ) : void
Résultat void

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

OnKeyboardActivity() public méthode

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
Résultat System.IntPtr

OnSetContext() protected méthode

protected OnSetContext ( ) : void
Résultat void

OnSetViewport() public méthode

public OnSetViewport ( int width, int height ) : void
width int
height int
Résultat void

ReceiveAudioFrame() public méthode

public ReceiveAudioFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
Résultat void

ReceiveDesktopFrame() public méthode

public ReceiveDesktopFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
Résultat void

ReceiveVideoFrame() public méthode

public ReceiveVideoFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
Résultat void

ShowItModel() public méthode

public ShowItModel ( ConferenceSession session ) : System
session ConferenceSession
Résultat System