Sets the volume on this player

Property definitions

android $ MediaPlayer :: volume=
	# Sets the volume on this player
	fun volume=(volume: Float) do nmedia_player.volume = volume
lib/android/audio.nit:500,2--501,60