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