Class: LAME::Configuration::PsychoAcoustics
- Inherits:
-
LAME::ConfigurationBase
- Object
- LAME::ConfigurationBase
- LAME::Configuration::PsychoAcoustics
- Defined in:
- lib/lame/configuration.rb
Instance Attribute Summary
Attributes inherited from LAME::ConfigurationBase
Instance Method Summary collapse
Methods inherited from LAME::ConfigurationBase
Methods included from Delegation
#delegate_alias_to_lame, #delegate_id3_to_lame, #delegate_to_lame
Constructor Details
This class inherits a constructor from LAME::ConfigurationBase
Instance Method Details
#ath ⇒ Object
217 218 219 |
# File 'lib/lame/configuration.rb', line 217 def ath LAME.lame_get_noATH(global_flags) end |
#ath=(value) ⇒ Object
213 214 215 |
# File 'lib/lame/configuration.rb', line 213 def ath=(value) LAME.lame_set_noATH(global_flags, boolean_to_int(!value)) end |
#ath? ⇒ Boolean
221 222 223 |
# File 'lib/lame/configuration.rb', line 221 def ath? !Delegation::TypeConvertor.convert_return(ath) end |