Ejemplo n.º 1
0
 public FrameEventArgs(VideoFrame frame)
 {
     Frame = frame;
 }
 protected abstract void ProcessFrameInternal(VideoFrame frame);