UtilAudioGetApplicationVolume Method
Gets the audio volume level of the specified process.
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 int GetApplicationVolume(
Process pr
)
Public Shared Function GetApplicationVolume (
pr As Process
) As Integer
Dim pr As Process
Dim returnValue As Integer
returnValue = UtilAudio.GetApplicationVolume(pr)
public:
static int GetApplicationVolume(
Process^ pr
)
static member GetApplicationVolume :
pr : Process -> int
No code example is currently available or this language may not be supported.
- pr Process
-
The Process.
Int32
The audio volume, expressed in the range between 0 and 100.