Returns the default MediaPlayer of the application.

When you load a short sound (not a music), it's added to this soundpool. Use it for advanced sound management.

Property definitions

android :: audio $ App :: default_soundpool
	# Returns the default MediaPlayer of the application.
	# When you load a short sound (not a music), it's added to this soundpool.
	# Use it for advanced sound management.
	var default_soundpool: SoundPool is lazy do return new SoundPool
lib/android/audio.nit:677,2--680,65