Android.Media.Audiofx.PresetReverb.Preset Property
Gets current reverb preset.

Syntax

[get: Android.Runtime.Register("getPreset", "()S", "GetGetPresetHandler")]
[set: Android.Runtime.Register("setPreset", "(S)V", "GetSetPreset_SHandler")]
public virtual short Preset { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:IllegalStateException
!:NoType:IllegalArgumentException
Java.Lang.UnsupportedOperationException
Java.Lang.IllegalStateException
Java.Lang.IllegalArgumentException
!:NoType:IllegalStateException
!:NoType:IllegalArgumentException
Java.Lang.UnsupportedOperationException
Java.Lang.IllegalStateException
Java.Lang.IllegalArgumentException

Remarks

Get method documentation [Android Documentation]

Gets current reverb preset.

Set method documentation [Android 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.

Requirements

Namespace: Android.Media.Audiofx
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9