Checks whether the MediaPlayer is looping or non-looping

Property definitions

android $ MediaPlayer :: looping
	# Checks whether the MediaPlayer is looping or non-looping
	fun looping: Bool do return nmedia_player.looping
lib/android/audio.nit:494,2--495,50