I iTzCorky Member Licensed User Longtime User Sep 28, 2012 #1 Hey guys I was wondering how would set the media player volume according to the volume of the the phone itself? So if someone has the sound on their phone turned all the way up it will play the wav file at full volume. Any help would be awesome.
Hey guys I was wondering how would set the media player volume according to the volume of the the phone itself? So if someone has the sound on their phone turned all the way up it will play the wav file at full volume. Any help would be awesome.
vb1992 Well-Known Member Licensed User Longtime User Sep 29, 2012 #2 B4X: Dim pl As Phone pl.SetVolume(pl.VOLUME_MUSIC,pl.GetVolume(pl.VOLUME_RING),false) Upvote 0