Share via


MediaCapturePauseResult.LastFrame Property

Definition

Gets a VideoFrame representing the last frame captured before the capture operation was paused.

public:
 property VideoFrame ^ LastFrame { VideoFrame ^ get(); };
VideoFrame LastFrame();
public VideoFrame LastFrame { get; }
var videoFrame = mediaCapturePauseResult.lastFrame;
Public ReadOnly Property LastFrame As VideoFrame

Property Value

The last frame captured before the capture operation was paused.

Windows requirements

Requirements Description
App capabilities
backgroundMediaRecording

Remarks

You can display the frame semi-transparently over the capture preview to help the user to align the camera with the last captured frame before they resume capturing.

Applies to