MediaCapture.PauseRecordAsync(MediaCapturePauseBehavior) Metodo

Definizione

Sospende un'operazione di record in corso.

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

Parametri

behavior
MediaCapturePauseBehavior

Valore che indica se le risorse hardware di acquisizione multimediale devono essere mantenute o rilasciate durante la registrazione.

Restituisce

Azione asincrona.

Attributi

Requisiti Windows

Funzionalità dell'app
backgroundMediaRecording

Commenti

Riprendere la registrazione chiamando ResumeRecordAsync.

Si applica a

Vedi anche