C# 클래스 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.
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AttendeeCamera ( ConferenceAttendee attendee, int deviceIndex ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
fCamera_NewFrame ( object sender, CameraEventArgs e ) : void

메소드 상세

AttendeeCamera() 공개 메소드

public AttendeeCamera ( ConferenceAttendee attendee, int deviceIndex ) : System
attendee ConferenceAttendee
deviceIndex int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void