Sets the left volume and the right volume of this player

Property definitions

android $ MediaPlayer :: both_volume
	# Sets the left volume and the right volume of this player
	fun both_volume(left_volume, right_volume: Float) do nmedia_player.both_volume(left_volume, right_volume)
lib/android/audio.nit:503,2--504,106