LowLagPhotoCapture.CaptureAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Capture de façon asynchrone une photo de décalage de l’obturateur bas.
public:
virtual IAsyncOperation<CapturedPhoto ^> ^ CaptureAsync() = CaptureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CapturedPhoto> CaptureAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CapturedPhoto> CaptureAsync();
function captureAsync()
Public Function CaptureAsync () As IAsyncOperation(Of CapturedPhoto)
Retours
Une fois cette méthode terminée, un objet CapturedPhoto est retourné qui contient la photo capturée.
- Attributs
Remarques
MediaCapture.PrepareLowLagPhotoCaptureAsync doit être appelé avant CaptureAsync.
Une fois cette méthode asynchrone terminée, un objet CapturedPhoto est retourné qui contient la photo capturée.