Set stream volume

Property definitions

android $ SoundPool :: stream_volume
	# Set stream volume
	fun stream_volume(stream_id: Int, left_volume, right_volume: Float) do
		nsoundpool.set_volume(stream_id, left_volume, right_volume)
	end
lib/android/audio.nit:349,2--352,4