| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_Ctype --+
|
AudioEqualizer
Create a new default equalizer, with all frequency values zeroed.
The new equalizer can subsequently be applied to a media player by invoking MediaPlayer.set_equalizer. The returned handle should be freed via libvlc_audio_equalizer_release() when it is no longer needed.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Release a previously created equalizer instance. The equalizer was
previously created by using Version: LibVLC 2.2.0 or later. |
Set a new pre-amplification value for an equalizer. The new equalizer
settings are subsequently applied to a media player by invoking
Version: LibVLC 2.2.0 or later. |
Get the current pre-amplification value from an equalizer.
Version: LibVLC 2.2.0 or later. |
Set a new amplification value for a particular equalizer frequency
band. The new equalizer settings are subsequently applied to a media
player by invoking
Version: LibVLC 2.2.0 or later. |
Get the amplification value for a particular equalizer frequency band.
Version: LibVLC 2.2.0 or later. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 25 13:13:08 2020 | http://epydoc.sourceforge.net |