Author: ygrego Date: 2015-02-11 17:01:49 +0000 (Wed, 11 Feb 2015) New Revision: 792 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/792 Log: Just adding a comment in VideoBroadcastObject constructor. Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-02-11 16:52:02 UTC (rev 791) +++ oipf/js/impl/VideoBroadcastObject.js 2015-02-11 17:01:49 UTC (rev 792) @@ -140,7 +140,10 @@ this.playstate = 0; if (requiredCapabilities) { this.allocationMethod = STATIC_ALLOCATION_VIDEOBROADCAST; - //TODO: get scarce resources (I don't know how for the moment) + /* TODO: get scarce resources Scarce resources can be claimed by the video/broadcast or A/V Control object at instantiation time by specifying the + * requiredCapabilities parameter. In this case the STATIC_ALLOCATION method is used and the scarce resources + * are held by the object until it is either destroyed or the release() method is called. + */ } else { this.allocationMethod = DYNAMIC_ALLOCATION_VIDEOBROADCAST