Example #1
0
 public void Stop()
 {
     if (_stream != null)
     {
         _stream.destroy();
         _stream = null;
     }
 }