ScreenCapture.IsVideoSuspended 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 whether the screen capture of video is currently suspended.
public:
property bool IsVideoSuspended { bool get(); };
bool IsVideoSuspended();
public bool IsVideoSuspended { get; }
var boolean = screenCapture.isVideoSuspended;
Public ReadOnly Property IsVideoSuspended As Boolean
Property Value
bool
Whether the screen capture of video is currently suspended.
Remarks
Important
The ScreenCapture feature is only supported for mobile devices running Windows Phone 8.1. This API is not supported on Windows 10.
The recording of video during screen capture is suspended when protected content, such as an incoming phone call notification, is displayed on the screen. You can check this property before beginning a screen capture and you can also handle the SourceSuspensionChanged event to be notified if video is suspended while you are recording.