Property definitions

android $ NativeMediaPlayer :: both_volume
	fun both_volume(left_volume, right_volume: Float) in "Java" `{ self.setVolume((float)left_volume, (float)right_volume); `}
lib/android/audio.nit:135,2--123