智慧工地前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
228 KiB

var Single_Client_Module = (function() {
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
return (
function(Single_Client_Module) {
Single_Client_Module = Single_Client_Module || {};
var Module=typeof Single_Client_Module!=="undefined"?Single_Client_Module:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});if(!Object.getOwnPropertyDescriptor(Module["ready"],"_GLOBAL_Init")){Object.defineProperty(Module["ready"],"_GLOBAL_Init",{configurable:true,get:function(){abort("You are getting _GLOBAL_Init on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_GLOBAL_Init",{configurable:true,set:function(){abort("You are setting _GLOBAL_Init on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_GLOBAL_Uninit")){Object.defineProperty(Module["ready"],"_GLOBAL_Uninit",{configurable:true,get:function(){abort("You are getting _GLOBAL_Uninit on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_GLOBAL_Uninit",{configurable:true,set:function(){abort("You are setting _GLOBAL_Uninit on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_GLOBAL_DecPlayInfo")){Object.defineProperty(Module["ready"],"_GLOBAL_DecPlayInfo",{configurable:true,get:function(){abort("You are getting _GLOBAL_DecPlayInfo on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_GLOBAL_DecPlayInfo",{configurable:true,set:function(){abort("You are setting _GLOBAL_DecPlayInfo on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_GLOBAL_SetLogLevel")){Object.defineProperty(Module["ready"],"_GLOBAL_SetLogLevel",{configurable:true,get:function(){abort("You are getting _GLOBAL_SetLogLevel on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_GLOBAL_SetLogLevel",{configurable:true,set:function(){abort("You are setting _GLOBAL_SetLogLevel on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_RTSP_InitSession")){Object.defineProperty(Module["ready"],"_RTSP_InitSession",{configurable:true,get:function(){abort("You are getting _RTSP_InitSession on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_RTSP_InitSession",{configurable:true,set:function(){abort("You are setting _RTSP_InitSession on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_RTSP_StartStream")){Object.defineProperty(Module["ready"],"_RTSP_StartStream",{configurable:true,get:function(){abort("You are getting _RTSP_StartStream on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_RTSP_StartStream",{configurable:true,set:function(){abort("You are setting _RTSP_StartStream on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_RTSP_StopStream")){Object.defineProperty
return Single_Client_Module.ready
}
);
})();
if (typeof exports === 'object' && typeof module === 'object')
module.exports = Single_Client_Module;
else if (typeof define === 'function' && define['amd'])
define([], function() { return Single_Client_Module; });
else if (typeof exports === 'object')
exports["Single_Client_Module"] = Single_Client_Module;