UtilAudioIsApplicationMuted Method
Gets a value that determine whether the audio volume of the specified application is muted.
Namespace: DevCase.Core.Media.SoundAssembly: 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
)
Public Shared Function IsApplicationMuted (
pr As Process
) As Boolean
Dim pr As Process
Dim returnValue As Boolean
returnValue = UtilAudio.IsApplicationMuted(pr)
public:
static bool IsApplicationMuted(
Process^ pr
)
static member IsApplicationMuted :
pr : Process -> bool
No code example is currently available or this language may not be supported.
- pr Process
-
The Process.
Boolean
Returns
if the application is muted,
otherwise.