Ejemplo n.º 1
0
        public RTInputSelector(RecorderSettings recSettings)
        {
            m_Groups         = new SortedDictionary <int, InputGroup>();
            this.recSettings = recSettings;

            AddGroups(recSettings.GetInputGroups());
        }