ScreenCapture.IsAudioSuspended 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 IsAudioSuspended { bool get(); };
bool IsAudioSuspended();
public bool IsAudioSuspended { get; }
var boolean = screenCapture.isAudioSuspended;
Public ReadOnly Property IsAudioSuspended As Boolean
Property Value
bool
Whether the screen capture audio is currently suspended.
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 recording of audio during screen capture is suspended when protected audio content, such as content protected by DRM, is played. You can check this property before beginning a screen capture and you can also handle the SourceSuspensionChanged event to be notified if audio is suspended while you are recording.