Checks whether the mediaplayer is playing

Property definitions

android $ MediaPlayer :: playing
	# Checks whether the mediaplayer is playing
	fun playing: Bool do return nmedia_player.playing
lib/android/audio.nit:452,2--453,50