MediaCapture.PauseRecordAsync(MediaCapturePauseBehavior) Méthode

Définition

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.

S’applique à

Voir aussi