Flag to know if the user paused the sound

Used when the app pause all sounds or resume all sounds

Property definitions

android :: audio $ PlayableAudio :: paused
	# Flag to know if the user paused the sound
	# Used when the app pause all sounds or resume all sounds
	var paused: Bool = false
lib/android/audio.nit:511,2--513,25