点击或拖拽改变大小

EqualizerAmp 方法

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
语法
C#
public float Amp(
	uint band
)

参数

band
类型:SystemUInt32
index, counting from zero, of the frequency band to get

返回值

类型:Single
amplification value (Hz); NaN if there is no such frequency band
参见