Ejemplo n.º 1
0
 public void Stop()
 {
     if (colorReplay != null)
     {
         colorReplay.Stop();
     }
     if (depthReplay != null)
     {
         depthReplay.Stop();
     }
     if (skeletonReplay != null)
     {
         skeletonReplay.Stop();
     }
     Started = false;
 }