LowLagMediaRecording.PauseAsync(MediaCapturePauseBehavior) 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.
Pauses an ongoing low lag media record operation.
public:
virtual IAsyncAction ^ PauseAsync(MediaCapturePauseBehavior behavior) = PauseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction PauseAsync(MediaCapturePauseBehavior const& behavior);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction PauseAsync(MediaCapturePauseBehavior behavior);
function pauseAsync(behavior)
Public Function PauseAsync (behavior As MediaCapturePauseBehavior) As IAsyncAction
Parameters
- behavior
- MediaCapturePauseBehavior
A value indicating whether the media capture hardware resources should be preserved or released while recording is paused.
Returns
An asynchronous action.
- Attributes