Ejemplo n.º 1
0
 private void EndShooting()
 {
     currentStream.End();
     currentStream = null;
 }
Ejemplo n.º 2
0
 private void StartShooting()
 {
     currentStream = CreateStream();
     currentStream.Begin();
 }