C# Class ShowIt.AttendeeCamera

This class represents a camera that may be pointed at each individual attendee on their local machine. It captures the image, and sends it out into the conference.
显示文件 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
AttendeeCamera ( ConferenceAttendee attendee, int deviceIndex ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
fCamera_NewFrame ( object sender, CameraEventArgs e ) : void

Method Details

AttendeeCamera() public method

public AttendeeCamera ( ConferenceAttendee attendee, int deviceIndex ) : System
attendee ConferenceAttendee
deviceIndex int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void