Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 828 Bytes

sourcesuspensionchangedeventargs_isvideosuspended.md

File metadata and controls

23 lines (16 loc) · 828 Bytes
-api-id -api-type
P:Windows.Media.Capture.SourceSuspensionChangedEventArgs.IsVideoSuspended
winrt property

Windows.Media.Capture.SourceSuspensionChangedEventArgs.IsVideoSuspended

-description

Gets whether the screen capture of audio is currently suspended.

-property-value

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.

-examples

-see-also