MediaCapture.ResumeRecordAsync Method

Definition

Resumes a paused recording operation.

public:
 virtual IAsyncAction ^ ResumeRecordAsync() = ResumeRecordAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResumeRecordAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResumeRecordAsync();
function resumeRecordAsync()
Public Function ResumeRecordAsync () As IAsyncAction

Returns

An asynchronous operation.

Attributes

Windows requirements

App capabilities
backgroundMediaRecording

Remarks

Pause recording by calling PauseRecordAsync.

Applies to