Get the amplification value for a particular equalizer frequency band.
            LibVLC 2.2.0 or later
            
 
        命名空间: 
     LibVLCSharp.Shared
        程序集:
     CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法public float Amp(
	uint band
)
参数
- band
 - 类型:SystemUInt32
index, counting from zero, of the frequency band to get 
返回值
类型:
Singleamplification value (Hz); NaN if there is no such frequency band
参见