SourceSuspensionChangedEventArgs.IsVideoSuspended Property

Definition

Gets whether the screen capture of audio is currently suspended.

public:
 property bool IsVideoSuspended { bool get(); };
bool IsVideoSuspended();
public bool IsVideoSuspended { get; }
var boolean = sourceSuspensionChangedEventArgs.isVideoSuspended;
Public ReadOnly Property IsVideoSuspended As Boolean

Property Value

Boolean

bool

Whether the screen capture of audio is currently suspended.

Remarks

The recording of video during screen capture is suspended when protected visual content, such as an incoming call notification, is displayed. You can also check the IsVideoSuspended property to determine if video capture is suspended outside of the SourceSuspensionChanged event handler.

Applies to