Share via


ScreenCapture.IsVideoSuspended Property

Definition

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

Boolean

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.

Applies to