PresetReverb.Preset Property
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.
Gets current reverb preset. -or- Enables a preset on the reverb.
public virtual short Preset { [Android.Runtime.Register("getPreset", "()S", "GetGetPresetHandler")] get; [Android.Runtime.Register("setPreset", "(S)V", "GetSetPreset_SHandler")] set; }
[<get: Android.Runtime.Register("getPreset", "()S", "GetGetPresetHandler")>]
[<set: Android.Runtime.Register("setPreset", "(S)V", "GetSetPreset_SHandler")>]
member this.Preset : int16 with get, set
Property Value
the preset that is set at the moment.
- Attributes
Exceptions
Remarks
Property getter documentation:
Gets current reverb preset.
Java documentation for android.media.audiofx.PresetReverb.getPreset()
.
Property setter documentation:
Enables a preset on the reverb.
The reverb PRESET_NONE disables any reverb from the current output but does not free the resources associated with the reverb. For an application to signal to the implementation to free the resources, it must call the release() method.
Java documentation for android.media.audiofx.PresetReverb.setPreset(short)
.
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.