Property definitions

android $ NativeSoundPool :: new
	new(max_streams, stream_type, src_quality: Int) in "Java" `{
		return new SoundPool((int)max_streams, (int)stream_type, (int)src_quality);
	`}
lib/android/audio.nit:169,2--171,3