Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1002 Bytes

screencapture_sourcesuspensionchanged.md

File metadata and controls

23 lines (16 loc) · 1002 Bytes
-api-id -api-type
E:Windows.Media.Capture.ScreenCapture.SourceSuspensionChanged
winrt event

Windows.Media.Capture.ScreenCapture.SourceSuspensionChanged

-description

Raised when the suspension of screen captured audio or video changes.

-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 capture of audio or video will be suspended when protected content is being played or displayed. You can use IsAudioSuspended or IsVideoSuspended to determine whether audio or video is currently suspended. Handle this event to be notified when the suspension of audio or video changes.

-examples

-see-also