智慧工地前端
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
286 KiB

var Multi_Client_Module = (function() {
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
return (
function(Multi_Client_Module) {
Multi_Client_Module = Multi_Client_Module || {};
function GROWABLE_HEAP_I8(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAP8}function GROWABLE_HEAP_U8(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAPU8}function GROWABLE_HEAP_I16(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAP16}function GROWABLE_HEAP_U16(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAPU16}function GROWABLE_HEAP_I32(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAP32}function GROWABLE_HEAP_U32(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAPU32}function GROWABLE_HEAP_F32(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAPF32}function GROWABLE_HEAP_F64(){if(wasmMemory.buffer!=buffer){updateGlobalBufferAndViews(wasmMemory.buffer)}return HEAPF64}var Module=typeof Multi_Client_Module!=="undefined"?Multi_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_InitSessi
return Multi_Client_Module.ready
}
);
})();
if (typeof exports === 'object' && typeof module === 'object')
module.exports = Multi_Client_Module;
else if (typeof define === 'function' && define['amd'])
define([], function() { return Multi_Client_Module; });
else if (typeof exports === 'object')
exports["Multi_Client_Module"] = Multi_Client_Module;