UtilWinAmpCurrentVolume Property
Gets or sets the volume level, from 0 to 100, of the current playback in the Winamp process.
Namespace: DevCase.ThirdParty.WinAmpAssembly: DevCase.net48.ThirdParty.WinAmp (in DevCase.net48.ThirdParty.WinAmp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int CurrentVolume { get; set; }
Public Shared Property CurrentVolume As Integer
Get
Set
Dim value As Integer
value = UtilWinAmp.CurrentVolume
UtilWinAmp.CurrentVolume = value
public:
static property int CurrentVolume {
int get ();
void set (int value);
}
static member CurrentVolume : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
If Winamp process is running, the return value is the volume level, from 0 to 100, of the current playback in the Winamp process.
If Winamp process is not running, the return value is
.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
WinAmp (winamp.exe)