MediaCapture.ResumeRecordAsync 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.
Reprend une opération d’enregistrement suspendue.
public:
virtual IAsyncAction ^ ResumeRecordAsync() = ResumeRecordAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResumeRecordAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResumeRecordAsync();
function resumeRecordAsync()
Public Function ResumeRecordAsync () As IAsyncAction
Retours
Opération asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
backgroundMediaRecording
|
Remarques
Suspendez l’enregistrement en appelant PauseRecordAsync.