Beispiel #1
0
 private void StopVideoIfRunning()
 {
     if (_theoraVideo != null && CanRunOnThisArchitecture)
     {
         _theoraVideo.Terminate();
         _theoraVideo = null;
     }
 }