CCT.NUI.Core.Video.DepthImageDataSource.DepthImageDataSource C# (CSharp) Method

DepthImageDataSource() public method

public DepthImageDataSource ( IDepthPointerDataSource depthDataSource ) : System
depthDataSource IDepthPointerDataSource
return System
        public DepthImageDataSource(IDepthPointerDataSource depthDataSource)
            : base(depthDataSource, new DepthImageSourceFactory(depthDataSource.MaxDepth))
        { }
    }
DepthImageDataSource