点击或拖拽改变大小

EqualizerBandFrequency 方法

Get a particular equalizer band frequency. This value can be used, for example, to create a label for an equalizer band control in a user interface. LibVLC 2.2.0 or later

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public float BandFrequency(
	uint index
)

参数

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

返回值

类型:Single
equalizer band frequency (Hz), or -1 if there is no such band
参见