Author: ygrego Date: 2015-02-23 10:27:56 +0000 (Mon, 23 Feb 2015) New Revision: 851 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/851 Log: Addition of two properties (idType and ccid) for channel object. Modified: oipf/js/impl/model/Channel.js Modified: oipf/js/impl/model/Channel.js =================================================================== --- oipf/js/impl/model/Channel.js 2015-02-23 10:19:15 UTC (rev 850) +++ oipf/js/impl/model/Channel.js 2015-02-23 10:27:56 UTC (rev 851) @@ -30,6 +30,25 @@ /* * Description: + * The type of identification for the channel, as indicated by one of the ID_* constants defined above. + * + * Visibility Type: readonly Integer + */ + idType: null, + + /* + * Description: + * Unique identifier of a channel within the scope of the OITF. The ccid is defined by the OITF and SHALL have + * prefix ‘ ccid ’ : e.g. ‘ccid:{tunerID.}majorChannel{.minorChannel}’. + * + * Note: the format of this string is platform-dependent. + * + * Visibility Type: readonly String + */ + ccid: null, + + /* + * Description: * The name of the channel. Can be used for linking analog channels without CNI. Typically, it will contain the * call sign of the station (e.g. 'HBO'). *
participants (1)
-
ygrego@users.nuiton.org