LowLagMediaRecording.PauseAsync(MediaCapturePauseBehavior) Méthode

Définition

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

S’applique à