Author: ygrego Date: 2015-04-21 09:04:08 +0000 (Tue, 21 Apr 2015) New Revision: 1238 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1238 Log: Creation of a namespace for the constants associated with object "VideoBroadcastObject". Modified: oipf/js/impl/model/constants/VideoBroadcastConstants.js Modified: oipf/js/impl/model/constants/VideoBroadcastConstants.js =================================================================== --- oipf/js/impl/model/constants/VideoBroadcastConstants.js 2015-04-20 14:09:01 UTC (rev 1237) +++ oipf/js/impl/model/constants/VideoBroadcastConstants.js 2015-04-21 09:04:08 UTC (rev 1238) @@ -1,2 +1,8 @@ -STATIC_ALLOCATION_VIDEOBROADCAST = 1; -DYNAMIC_ALLOCATION_VIDEOBROADCAST = 2; \ No newline at end of file +var videoBrodcastConstants = { + timeShiftMode : {} +}; + +videoBrodcastConstants.timeShiftMode.OFF = 0; +videoBrodcastConstants.timeShiftMode.LOCAL = 1; +videoBrodcastConstants.timeShiftMode.NETWORK = 2; +videoBrodcastConstants.timeShiftMode.LOCAL_THEN_NETWORK = 3; \ No newline at end of file