MediaCapture.PrepareLowLagRecordToStorageFileAsync 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 l’enregistrement à faible décalage à l’aide du fichier spécifié pour stocker l’enregistrement. Cette méthode fournit l’objet LowLagMediaRecording utilisé pour gérer l’enregistrement.
public:
virtual IAsyncOperation<LowLagMediaRecording ^> ^ PrepareLowLagRecordToStorageFileAsync(MediaEncodingProfile ^ encodingProfile, IStorageFile ^ file) = PrepareLowLagRecordToStorageFileAsync;
IAsyncOperation<LowLagMediaRecording> PrepareLowLagRecordToStorageFileAsync(MediaEncodingProfile const& encodingProfile, IStorageFile const& file);
public IAsyncOperation<LowLagMediaRecording> PrepareLowLagRecordToStorageFileAsync(MediaEncodingProfile encodingProfile, IStorageFile file);
function prepareLowLagRecordToStorageFileAsync(encodingProfile, file)
Public Function PrepareLowLagRecordToStorageFileAsync (encodingProfile As MediaEncodingProfile, file As IStorageFile) As IAsyncOperation(Of LowLagMediaRecording)
Paramètres
- encodingProfile
- MediaEncodingProfile
Profil d’encodage pour l’enregistrement.
- file
- IStorageFile
Fichier de stockage dans lequel l’image est enregistrée.
Retours
Une fois cette méthode terminée, un objet LowLagMediaRecording est retourné, qui peut être utilisé pour démarrer la capture de photo.
Configuration requise pour Windows
Fonctionnalités de l’application |
backgroundMediaRecording
|