Set a new pre-amplification value for an equalizer.
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.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public bool SetPreamp(
float preamp
)
参数
- preamp
- 类型:SystemSingle
preamp value (-20.0 to 20.0 Hz)
返回值
类型:
Booleantrue on success, false otherwise
参见