C# Class ApexLumia.VideoCamera

Afficher le fichier Open project: ApexHAB/apex-lumia

Méthodes publiques

Méthode Description
VideoCamera ( System.Windows.Media.VideoBrush video, System.Windows.Shapes.Rectangle viewfinder, int videocount ) : System
start ( ) : void
startRecording ( ) : void
stop ( ) : void
stopRecording ( ) : void

Private Methods

Méthode Description
OnCaptureFailed ( object sender, System.Windows.ExceptionRoutedEventArgs e ) : void

Method Details

VideoCamera() public méthode

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
Résultat System

start() public méthode

public start ( ) : void
Résultat void

startRecording() public méthode

public startRecording ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

stopRecording() public méthode

public stopRecording ( ) : void
Résultat void