BassBoost.IOnParameterChangeListener.OnParameterChange(BassBoost, AudioEffectStatus, BassBoostParam, Int16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method called when a parameter value has changed.
[Android.Runtime.Register("onParameterChange", "(Landroid/media/audiofx/BassBoost;IIS)V", "GetOnParameterChange_Landroid_media_audiofx_BassBoost_IISHandler:Android.Media.Audiofx.BassBoost/IOnParameterChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnParameterChange (Android.Media.Audiofx.BassBoost? effect, Android.Media.Audiofx.AudioEffectStatus status, Android.Media.Audiofx.BassBoostParam param, short value);
[<Android.Runtime.Register("onParameterChange", "(Landroid/media/audiofx/BassBoost;IIS)V", "GetOnParameterChange_Landroid_media_audiofx_BassBoost_IISHandler:Android.Media.Audiofx.BassBoost/IOnParameterChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnParameterChange : Android.Media.Audiofx.BassBoost * Android.Media.Audiofx.AudioEffectStatus * Android.Media.Audiofx.BassBoostParam * int16 -> unit
Parameters
- effect
- BassBoost
the BassBoost on which the interface is registered.
- status
- AudioEffectStatus
status of the set parameter operation.
- param
- BassBoostParam
ID of the modified parameter. See ParamStrength ...
- value
- Int16
the new parameter value.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.