MediaCapture.PauseRecordAsync(MediaCapturePauseBehavior) 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.
Interrompt une opération d’enregistrement en cours.
public:
virtual IAsyncAction ^ PauseRecordAsync(MediaCapturePauseBehavior behavior) = PauseRecordAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction PauseRecordAsync(MediaCapturePauseBehavior const& behavior);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction PauseRecordAsync(MediaCapturePauseBehavior behavior);
function pauseRecordAsync(behavior)
Public Function PauseRecordAsync (behavior As MediaCapturePauseBehavior) As IAsyncAction
Paramètres
- behavior
- MediaCapturePauseBehavior
Valeur indiquant si les ressources matérielles de capture multimédia doivent être conservées ou libérées pendant la pause de l’enregistrement.
Retours
Action asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
backgroundMediaRecording
|
Remarques
Reprendre l’enregistrement en appelant ResumeRecordAsync.