Beispiel #1
0
        public void DeclareClasses()
        {
            Audio      = new Audio(this);
            Capture    = new Capture(this);
            Crossbar   = new Crossbar(this);
            Debug      = new Debug(this);
            Resolution = new Resolution(this);
            Var        = new Variables(this);
            User       = new User(this);
            Graph      = new Graph();

            GraphPin        = new Pin(this);
            GraphFilter     = new Filter(this);
            AviRender       = new AviRender(this);
            SampleGrabber   = new SampleGrabber(this);
            SmartTee        = new GraphSmartTee(this);
            GraphCrossbar   = new GraphCrossbar(this);
            Close           = new Close(this);
            Display         = new Display(this);
            GraphBuild      = new GraphMap(this);
            GraphResolution = new GraphResolution(this);
        }
Beispiel #2
0
        public void DeclareClasses()
        {
            Audio = new Audio(this);
            Capture = new Capture(this);
            Crossbar = new Crossbar(this);
            Debug = new Debug(this);
            Resolution = new Resolution(this);
            Var = new Variables(this);
            User = new User(this);
            Graph = new Graph();

            GraphPin = new Pin(this);
            GraphFilter = new Filter(this);
            AviRender = new AviRender(this);
            SampleGrabber = new SampleGrabber(this);
            SmartTee = new GraphSmartTee(this);
            GraphCrossbar = new GraphCrossbar(this);
            Close = new Close(this);
            Display = new Display(this);
            GraphBuild = new GraphMap(this);
            GraphResolution = new GraphResolution(this);
        }