Exemplo n.º 1
0
 public void Dispose()
 {
     if (_player != null)
     {
         _player.StopPlayer();
         _player = null;
     }
 }
Exemplo n.º 2
0
 public SoundService()
 {
     _player = new AudioPlayer(Application.Context);
 }