示例#1
0
 public bool DrawVideo()
 {
     if (_videoControl == null)
     {
         return(false);
     }
     try {
         _videoControl.RepaintVideo();
         return(true);
     } catch (Exception ex) {
         Debug.WriteLine("HwndRenderSession::DrawVideo(): Exception: " + ex.Message);
         return(false);
     }
 }