Returns the default MediaPlayer of the application.

When you load a music, it goes in this MediaPlayer. Use it for advanced sound management

Property definitions

android :: audio $ App :: default_mediaplayer
	# Returns the default MediaPlayer of the application.
	# When you load a music, it goes in this MediaPlayer.
	# Use it for advanced sound management
	var default_mediaplayer: MediaPlayer is lazy do return new MediaPlayer
lib/android/audio.nit:672,2--675,71