Example #1
0
        protected override void CaptureProcess()
        {
            if (_WebRtc == null)
            {
                throw new Exception("WebRtcNative Must Be Injected");
            }

            int x = -1, y = -1;

            ImgBufPtr = _WebRtc.CaptureFrameBGRX(ref x, ref y);
        }