MediaCapture.ResumeRecordAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.