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