Example #1
0
 void Activity_Resumed(object sender, EventArgs e)
 {
     // Resume all sounds that were playing when the activity was paused
     Alc.DeviceResume(_device);
 }