Returns only the id corresponding to the soundpool where the sound is loaded.

Property definitions

android $ SoundPool :: load_id_rid
	# Returns only the id corresponding to the soundpool where the sound is loaded.
	private fun load_id_rid(context: NativeActivity, id: Int): Int do
		return nsoundpool.load_id(context, id, priority)
	end
lib/android/audio.nit:286,2--289,4