MediaCapture.PauseRecordAsync(MediaCapturePauseBehavior) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.