D
Deleted member 103
Guest
Hi,
what is the equivalente of SetVolume/GetVolume in B4i?
what is the equivalente of SetVolume/GetVolume in B4i?
B4X:
oldVolume=phone1.GetVolume(phone1.VOLUME_MUSIC)
phone1.SetVolume(phone1.VOLUME_MUSIC,phone1.GetMaxVolume(phone1.VOLUME_MUSIC) * plyVolume,False)