点击或拖拽改变大小

Equalizer 类

Equalizer settings can be applied to a media player using this type
继承层次

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

Equalizer 类型公开以下成员。

构造函数
  名称说明
公共方法Equalizer
Create a new default equalizer, with all frequency values zeroed. 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
公共方法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
Top
属性
  名称说明
公共属性BandCount
Get the number of distinct frequency bands for an equalizer. return number of frequency bands LibVLC 2.2.0 or later
公共属性NativeReference
The pointer to the native code representation of this object
(继承自 Internal。)
公共属性Preamp
Get the current pre-amplification value from an equalizer. return preamp value (Hz) LibVLC 2.2.0 or later
公共属性PresetCount
Get the number of equalizer presets. LibVLC 2.2.0 or later
Top
方法
  名称说明
公共方法Amp
Get the amplification value for a particular equalizer frequency band. LibVLC 2.2.0 or later
公共方法BandFrequency
Get a particular equalizer band frequency. This value can be used, for example, to create a label for an equalizer band control in a user interface. LibVLC 2.2.0 or later
公共方法Dispose
Dispose of this instance
(继承自 Internal。)
受保护的方法Dispose(Boolean)
Dispose for equalizer
(重写 InternalDispose(Boolean).)
公共方法Equals (继承自 Object。)
受保护的方法Finalize
Finalizer for equalizer
(重写 ObjectFinalize.)
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
受保护的方法MemberwiseClone (继承自 Object。)
公共方法PresetName
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.
公共方法SetAmp
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
公共方法SetPreamp
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.
公共方法ToString (继承自 Object。)
Top
字段
  名称说明
受保护的字段IsDisposed
Indicates whether this object has already been disposed
(继承自 Internal。)
受保护的字段Release
Release native resources by calling this C function
(继承自 Internal。)
Top
扩展方法
  名称说明
公共扩展器方法ConvertTo
类型转换
(由 ObjectExtenstions 定义。)
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
Top
参见