| com.h6ah4i.android.media.audiofx.ILoudnessEnhancer |
Known Indirect Subclasses
|
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ILoudnessEnhancer.Settings | The Settings class regroups the LoudnessEnhancer parameters. | |||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | PARAM_TARGET_GAIN_MB | The maximum gain applied applied to the signal to process. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.h6ah4i.android.media.audiofx.IAudioEffect
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract ILoudnessEnhancer.Settings |
getProperties()
Gets the ludness enhancer properties.
| ||||||||||
| abstract float |
getTargetGain()
Return the target gain.
| ||||||||||
| abstract void |
setProperties(ILoudnessEnhancer.Settings settings)
Sets the ludness enhancer properties.
| ||||||||||
| abstract void |
setTargetGain(int gainmB)
Return the target gain.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.h6ah4i.android.media.IReleasable
| |||||||||||
From interface
com.h6ah4i.android.media.audiofx.IAudioEffect
| |||||||||||
The maximum gain applied applied to the signal to process. It is expressed in millibels (100mB = 1dB) where 0mB corresponds to no amplification.
Gets the ludness enhancer properties. This method is useful when a snapshot of current ludness enhancer settings must be saved by the application.
| IllegalStateException | |
| IllegalArgumentException | |
| UnsupportedOperationException | |
| IllegalArgumentException | |
| IllegalStateException |
Return the target gain.
| IllegalStateException | |
| IllegalArgumentException | |
| UnsupportedOperationException | |
| IllegalStateException |
Sets the ludness enhancer properties. This method is useful when ludness enhancer settings have to be applied from a previous backup.
| settings | a ILoudnessEnhancer.Settings object containing the properties to apply |
|---|
| IllegalStateException | |
| IllegalArgumentException | |
| UnsupportedOperationException | |
| IllegalArgumentException | |
| IllegalStateException |
Return the target gain.
| IllegalStateException | |
| IllegalArgumentException | |
| UnsupportedOperationException | |
| IllegalArgumentException | |
| IllegalStateException |