Author: ygrego Date: 2015-03-03 14:49:38 +0000 (Tue, 03 Mar 2015) New Revision: 909 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/909 Log: Addition of a audio/video(A/V) output and a A/V output collection into constructor. Modified: oipf/js/impl/ConfigurationObject.js Modified: oipf/js/impl/ConfigurationObject.js =================================================================== --- oipf/js/impl/ConfigurationObject.js 2015-03-03 14:37:27 UTC (rev 908) +++ oipf/js/impl/ConfigurationObject.js 2015-03-03 14:49:38 UTC (rev 909) @@ -25,7 +25,9 @@ var idTypes = new IntegerCollection(12,11); var tunerTNT = new Tuner(idTypes); var tuners = new TunerCollection(tunerTNT); - this.localSystem = new LocalSystem(tuners);; + var masterOutput = new AVOutput("master", "both", true); + var outputs = new AVOutputCollection(masterOutput); + this.localSystem = new LocalSystem(tuners, outputs); }, /*
participants (1)
-
ygregoï¼ users.nuiton.org