Releases the resources associated with this MediaPlayer

Property definitions

android $ MediaPlayer :: destroy
	# Releases the resources associated with this MediaPlayer
	fun destroy do
		nmedia_player.release
		self.sound = null
	end
lib/android/audio.nit:455,2--459,4