How to programmatically boost the MP4 video volume just like MX player can increase the volume up to 200%
Any help would be appreciated.
How to programmatically boost the MP4 video volume just like MX player can increase the volume up to 200%
Any help would be appreciated.
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.