Sets the audio stream type for this media player

Property definitions

android $ MediaPlayer :: stream_type=
	# Sets the audio stream type for this media player
	fun stream_type=(stream_type: Int) do nmedia_player.stream_type = stream_type
lib/android/audio.nit:506,2--507,78