Android Question Sound Channels

Startup

Active Member
Licensed User
Longtime User
When trying to mute the phone I find this works ..
B4X:
Dim p as Phone
p.SetMute(3,True)
The documentation (Wyken Seagrave's book) says "(SetMute(Channel As Int, Mute As Boolean). Mutes or unmutes the given channel - One of the Volume constants."
I found the number 3 seems to work (testing with media player by trial and error) Can someone tell me what the other channels are or direct me to documentation on this?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…