ScreenCapture.IsAudioSuspended Property

Definition

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

Boolean

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.

Applies to