BuildIt.AR.UWP.Utilities.CameraFeedUtility.CameraFeedUtility C# (CSharp) Method

CameraFeedUtility() public method

public CameraFeedUtility ( CaptureElement captureElement, CoreDispatcher dispatcher ) : System
captureElement Windows.UI.Xaml.Controls.CaptureElement
dispatcher Windows.UI.Core.CoreDispatcher
return System
        public CameraFeedUtility(CaptureElement captureElement, CoreDispatcher dispatcher)
        {
            this.captureElement = captureElement;
            this.dispatcher = dispatcher;
        }