public AndroidAudio(Activity activity) { activity.SetVolumeControlStream(AudioManager.STREAM_MUSIC); this.assets = activity.GetAssets(); this.soundPool = new SoundPool(20, AudioManager.STREAM_MUSIC, 0); }