Author: ygrego Date: 2015-03-30 12:02:50 +0000 (Mon, 30 Mar 2015) New Revision: 978 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/978 Log: This file contains all channel "idType". Added: oipf/js/impl/model/constants/IdType.js Added: oipf/js/impl/model/constants/IdType.js =================================================================== --- oipf/js/impl/model/constants/IdType.js (rev 0) +++ oipf/js/impl/model/constants/IdType.js 2015-03-30 12:02:50 UTC (rev 978) @@ -0,0 +1,21 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +var ID_ANALOG = 0; +var ID_DVB_C = 10; +var ID_DVB_S = 11; +var ID_DVB_T = 12; +var ID_DVB_SI_DIRECT = 13; +var ID_DVB_C2 = 14; +var ID_DVB_S2 = 15; +var ID_DVB_T2 = 16; +var ID_ISDB_C = 20; +var ID_ISDB_S = 21; +var ID_ISDB_T = 22; +var ID_ATSC_T = 30; +var ID_IPTV_SDS = 40; +var ID_IPTV_URI = 41; +