Set a new amplification value for a particular equalizer frequency band.
The new equalizer settings are subsequently applied to a media player by invoking MediaPlayer::setEqualizer().
The supplied amplification value will be clamped to the -20.0 to +20.0 range.
LibVLC 2.2.0 or later
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法public bool SetAmp(
float amp,
uint band
)
参数
- amp
- 类型:SystemSingle
amplification value (-20.0 to 20.0 Hz) - band
- 类型:SystemUInt32
index, counting from zero, of the frequency band to set
返回值
类型:
Boolean[缺少 "M:LibVLCSharp.Shared.Equalizer.SetAmp(System.Single,System.UInt32)" 的 <returns> 文档]
参见