LowLagMediaRecording.ResumeAsync 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 low lag recording operation.
public:
virtual IAsyncAction ^ ResumeAsync() = ResumeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResumeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResumeAsync();
function resumeAsync()
Public Function ResumeAsync () As IAsyncAction
Returns
An asynchronous action.
- Attributes
Remarks
Pause a low lag media recording operation by calling PauseAsync.