MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync 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.
Initialise la capture de séquence photo à faible décalage d’obturation et fournit l’objet LowLagPhotoSequenceCapture utilisé pour gérer l’enregistrement.
public:
virtual IAsyncOperation<LowLagPhotoSequenceCapture ^> ^ PrepareLowLagPhotoSequenceCaptureAsync(ImageEncodingProperties ^ type) = PrepareLowLagPhotoSequenceCaptureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LowLagPhotoSequenceCapture> PrepareLowLagPhotoSequenceCaptureAsync(ImageEncodingProperties const& type);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LowLagPhotoSequenceCapture> PrepareLowLagPhotoSequenceCaptureAsync(ImageEncodingProperties type);
function prepareLowLagPhotoSequenceCaptureAsync(type)
Public Function PrepareLowLagPhotoSequenceCaptureAsync (type As ImageEncodingProperties) As IAsyncOperation(Of LowLagPhotoSequenceCapture)
Paramètres
Profil d’encodage utilisé pour l’image.
Retours
Une fois cette méthode terminée, un objet LowLagPhotoSequenceCapture est retourné, qui peut être utilisé pour démarrer la capture de séquence photo.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
backgroundMediaRecording
|
Remarques
Utilisez MediaCapture.PrepareLowLagPhotoSequenceCaptureAsync pour initialiser la capture de séquence photo. Il s’agit d’un appel asynchrone qui retourne un objet LowLagPhotoSequenceCapture lorsqu’il est terminé, qui est utilisé pour démarrer la capture de séquence photo en appelant LowLagPhotoSequenceCapture.StartAsync.
PrepareLowLagPhotoSequenceCaptureAsync doit être appelé avant LowLagPhotoSequenceCapture.StartAsync.