UtilAudioIsApplicationMuted Method

Gets a value that determine whether the audio volume of the specified application is muted.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsApplicationMuted(
	Process pr
)

Parameters

pr  Process
The Process.

Return Value

Boolean
Returns if the application is muted, otherwise.

See Also