点击或拖拽改变大小

EqualizerPresetName 方法

Get the name of a particular equalizer preset. This name can be used, for example, to prepare a preset label or menu in a user interface.

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

参数

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

返回值

类型:String
preset name, or empty string if there is no such preset
参见