1

How to programmatically boost the MP4 video volume just like MX player can increase the volume up to 200%

Any help would be appreciated.

ZeeShaN AbbAs
  • 1,365
  • 2
  • 15
  • 31

1 Answers1

2

call

setVolumeControlStream()

on your Activity, probably supplying a value of

AudioManager.STREAM_MUSIC

as the stream to adjust.

If you wish to provide your own on-screen volume control, see the AudioManager class.

mob_web_dev
  • 2,342
  • 1
  • 20
  • 42