Author: ygrego Date: 2015-03-11 13:28:01 +0000 (Wed, 11 Mar 2015) New Revision: 932 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/932 Log: New channel identifier type added to object "CHANNEL_CREATION". Modified: oipf/js/initObj/init.js Modified: oipf/js/initObj/init.js =================================================================== --- oipf/js/initObj/init.js 2015-03-11 12:44:10 UTC (rev 931) +++ oipf/js/initObj/init.js 2015-03-11 13:28:01 UTC (rev 932) @@ -12,8 +12,20 @@ * can be created. */ var CHANNEL_CREATION = { - 12 : true, - 13 : true + 0: true, //ID_ANALOG + 10: true, //ID_DVB_C + 11: true, //ID_DVB_S + 12: true, //ID_DVB_T + 13: true, //ID_DVB_SI_DIRECT + 14: true, //ID_DVB_C2 + 15: true, //ID_DVB_S2 + 16: true, //ID_DVB_T2 + 20: true, //ID_ISDB_C + 21: true, //ID_ISDB_S + 22: true, //ID_ISDB_T + 30: true, //ID_ATSC_T + 40: true, //ID_IPTV_SDS + 41: true //ID_IPTV_URI }; /* * Description:
participants (1)
-
ygregoï¼ users.nuiton.org