简体   繁体   中英

How to boost MP4 video volume in Android

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM