C# 클래스 ApexLumia.VideoCamera

파일 보기 프로젝트 열기: ApexHAB/apex-lumia

공개 메소드들

메소드 설명
VideoCamera ( System.Windows.Media.VideoBrush video, System.Windows.Shapes.Rectangle viewfinder, int videocount ) : System
start ( ) : void
startRecording ( ) : void
stop ( ) : void
stopRecording ( ) : void

비공개 메소드들

메소드 설명
OnCaptureFailed ( object sender, System.Windows.ExceptionRoutedEventArgs e ) : void

메소드 상세

VideoCamera() 공개 메소드

public VideoCamera ( System.Windows.Media.VideoBrush video, System.Windows.Shapes.Rectangle viewfinder, int videocount ) : System
video System.Windows.Media.VideoBrush
viewfinder System.Windows.Shapes.Rectangle
videocount int
리턴 System

start() 공개 메소드

public start ( ) : void
리턴 void

startRecording() 공개 메소드

public startRecording ( ) : void
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void

stopRecording() 공개 메소드

public stopRecording ( ) : void
리턴 void