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
语法 public string PresetName(
uint index
)
参数
- index
- 类型:SystemUInt32
index of the preset, counting from zero
返回值
类型:
Stringpreset name, or empty string if there is no such preset
参见