LowLagMediaRecording.PauseAsync(MediaCapturePauseBehavior) Method

Definition

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

Applies to