UtilAudioSetCurrentApplicationVolume(Int32) Method
Sets the volume of the current application.
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 void SetCurrentApplicationVolume(
int volume
)
Public Shared Sub SetCurrentApplicationVolume (
volume As Integer
)
Dim volume As Integer
UtilAudio.SetCurrentApplicationVolume(volume)
public:
static void SetCurrentApplicationVolume(
int volume
)
static member SetCurrentApplicationVolume :
volume : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- volume Int32
-
The volume, from range 0 to 100.
ArgumentOutOfRangeException
|
volume,A value between 0 and 100 is required.
|