Equalizer.CurrentPreset 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 preset.
public virtual short CurrentPreset { [Android.Runtime.Register("getCurrentPreset", "()S", "GetGetCurrentPresetHandler")] get; }
[<get: Android.Runtime.Register("getCurrentPreset", "()S", "GetGetCurrentPresetHandler")>]
member this.CurrentPreset : int16
Property Value
the preset that is set at the moment.
- Attributes
Exceptions
Remarks
Gets current preset.
Java documentation for android.media.audiofx.Equalizer.getCurrentPreset()
.
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.