-
Notifications
You must be signed in to change notification settings - Fork 94
Standard prefixed API classes
The Standard*
prefixed classes inherit Android's MediaPlayer or AudioEffects classes and also implement corresponding interfaces. Some of the methods are overridden for purpose of providing compatibility or implementing workaround.
The StandardMediaPlayerFactory class is a factory class of all Standard*
media player and audio effect classes.
Corresponding Android's class is android.media.MediaPlayer
.
Corresponding Android's class is android.media.audiofx.BassBoost
.
Corresponding Android's class is android.media.audiofx.Virtualizer
.
Corresponding Android's class is android.media.audiofx.Equalizer
.
Corresponding Android's class is android.media.audiofx.LoudnessEnhancer
.
This class works on API level 19 or later devices only.
Corresponding Android's class is android.media.audiofx.Visualizer
.
Corresponding Android's class is android.media.audiofx.EnvironmentalReverb
.
Corresponding Android's class is android.media.audiofx.PresetReverb
.