C# Class SnapDotNet.Apps.Pages.SignedIn.CameraWrapped

Afficher le fichier Open project: 0xdeafcafe/SnapDotNet Class Usage Examples

Méthodes publiques

Свойство Type Description
isFlashSupported bool
isFrontFacingSupported bool
mediaCapture Windows.Media.Capture.MediaCapture

Méthodes publiques

Méthode Description
BeginVideoRecord ( ) : System.Threading.Tasks.Task
CapturePhoto ( ) : Task
ChangeActiveCamera ( ) : void
DisableFlash ( ) : void
EnableFlash ( ) : void
EndVideoRecord ( ) : Task
Initialise ( ) : System.Threading.Tasks.Task
TryStartPreviewAsync ( ) : System.Threading.Tasks.Task
TryStopPreviewAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GenerateDefaults ( ) : System.Threading.Tasks.Task
GetCameraDevices ( ) : System.Threading.Tasks.Task

Method Details

BeginVideoRecord() public méthode

public BeginVideoRecord ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

CapturePhoto() public méthode

public CapturePhoto ( ) : Task
Résultat Task

ChangeActiveCamera() public méthode

public ChangeActiveCamera ( ) : void
Résultat void

DisableFlash() public méthode

public DisableFlash ( ) : void
Résultat void

EnableFlash() public méthode

public EnableFlash ( ) : void
Résultat void

EndVideoRecord() public méthode

public EndVideoRecord ( ) : Task
Résultat Task

Initialise() public méthode

public Initialise ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

TryStartPreviewAsync() public méthode

public TryStartPreviewAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

TryStopPreviewAsync() public méthode

public TryStopPreviewAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Property Details

isFlashSupported public_oe property

public bool isFlashSupported
Résultat bool

isFrontFacingSupported public_oe property

public bool isFrontFacingSupported
Résultat bool

mediaCapture public_oe property

public MediaCapture,Windows.Media.Capture mediaCapture
Résultat Windows.Media.Capture.MediaCapture