I have a media player. I want to apply system equalizer on it. I write this two-line code on current media player but system equalizer does not work on it. So finally i want to ask that how this going to work
Equalizer equalizer = new
Equalizer(0,mediaplayer.getAudioSessionId());
equalizer.setEnabled(true);