UtilWinAmpCurrentTrackSampleRate Property

Gets the sample rate of the current track in the Winamp process. (i.e: 48, 44, 22, etc...)

Definition

Namespace: DevCase.ThirdParty.WinAmp
Assembly: 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 CurrentTrackSampleRate { get; }

Property Value

Int32
If Winamp process is running, the return value is the sample rate of the current track in the Winamp process.

If Winamp process is not running, the return value is .

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

WinAmp (winamp.exe)

See Also