C# Class ShowIt.ShowItModel

Inheritance: GLModel, IReceiveConferenceFrames
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
CreatePendingAttendees ( ) : void
DrawBegin ( ) : void
DrawContent ( ) : void
OnSetContext ( ) : void

Private Methods

Method Description
DrawRoom ( ) : void

Method Details

AddPendingParticipant() public method

public AddPendingParticipant ( RtpParticipant participant ) : void
participant NewTOAPIA.Net.Rtp.RtpParticipant
return void

AddRenderable() public method

public AddRenderable ( IRenderable renderable ) : void
renderable IRenderable
return void

CreateDeskSet() public method

public CreateDeskSet ( ConferenceAttendee attendee ) : DeskSet
attendee ConferenceAttendee
return DeskSet

CreatePendingAttendees() protected method

protected CreatePendingAttendees ( ) : void
return void

DrawBegin() protected method

protected DrawBegin ( ) : void
return void

DrawContent() protected method

protected DrawContent ( ) : void
return void

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
return System.IntPtr

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

public OnSetViewport ( int width, int height ) : void
width int
height int
return void

ReceiveAudioFrame() public method

public ReceiveAudioFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
return void

ReceiveDesktopFrame() public method

public ReceiveDesktopFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
return void

ReceiveVideoFrame() public method

public ReceiveVideoFrame ( object sender, RtpStream ea ) : void
sender object
ea RtpStream
return void

ShowItModel() public method

public ShowItModel ( ConferenceSession session ) : System
session ConferenceSession
return System