Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 819 Bytes

sourcesuspensionchangedeventargs_isaudiosuspended.md

File metadata and controls

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

Windows.Media.Capture.SourceSuspensionChangedEventArgs.IsAudioSuspended

-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 audio during screen capture is suspended when protected audio content, such as content protected by DRM, is played. You can also check the IsAudioSuspended property to determine if audio capture is suspended outside of the SourceSuspensionChanged event handler.

-examples

-see-also