点击或拖拽改变大小

Equalizer 构造函数 (UInt32)

Create a new equalizer, with initial frequency values copied from an existing preset. The new equalizer can subsequently be applied to a media player by invoking libvlc_media_player_set_equalizer(). version LibVLC 2.2.0 or later

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

参数

index
类型:SystemUInt32
index of the preset, counting from zero
参见