LowLagMediaRecording.PauseAsync(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 de média à faible décalage en cours.
public:
virtual IAsyncAction ^ PauseAsync(MediaCapturePauseBehavior behavior) = PauseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction PauseAsync(MediaCapturePauseBehavior const& behavior);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction PauseAsync(MediaCapturePauseBehavior behavior);
function pauseAsync(behavior)
Public Function PauseAsync (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