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.
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
AttendeeCamera ( ConferenceAttendee attendee, int deviceIndex ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
fCamera_NewFrame ( object sender, CameraEventArgs e ) : void

Method Details

AttendeeCamera() public méthode

public AttendeeCamera ( ConferenceAttendee attendee, int deviceIndex ) : System
attendee ConferenceAttendee
deviceIndex int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void