MediaCapture.PrepareLowLagRecordToStorageFileAsync Méthode

Définition

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

S’applique à