SourceSuspensionChangedEventArgs.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 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
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.