MediaCapturePauseResult.LastFrame Property
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.
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
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.