SourceSuspensionChangedEventArgs.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 = sourceSuspensionChangedEventArgs.isAudioSuspended;
Public ReadOnly Property IsAudioSuspended As Boolean

Property Value

Boolean

bool

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.

Applies to