if(typeof window.econda == 'undefined') {
window.econda = {};
}
var econda = window.econda;
/**
* Media Tracking API
* <p>A good point to start is the class documentation for {@link econda.media.MediaTracker} if
* you want to track on demand videos.
* streams.</p>
* <p>You should enable debug output on console during development as described in
* {@link econda.debug}. Also you might want to disable sending request as described
* in {@link econda.proxy.Direct#disabled}</p>
* @class econda.media
*/
econda.media = {};
/**
* Version number of media API
* @static
* @property {String} API_VERSION
*/
econda.media.API_VERSION = "2.0.0 rc1";