1 line
1.1 KiB
JavaScript
1 line
1.1 KiB
JavaScript
"use strict";var e=function(){function e(e,t){for(var r in t){var o=t[r];o.configurable=!0,o.value&&(o.writable=!0)}Object.defineProperties(e,t)}return function(t,r,o){return r&&e(t.prototype,r),o&&e(t,o),t}}(),t=function a(e,t,r){var o=Object.getOwnPropertyDescriptor(e,t);if(void 0===o){var n=Object.getPrototypeOf(e);return null===n?void 0:a(n,t,r)}if("value"in o&&o.writable)return o.value;var i=o.get;if(void 0!==i)return i.call(r)},r=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(e.__proto__=t)},o=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},n=require("../layer").DOFBaseLayer,i={layerType:"Video",properties:{Video:{type:"video",defaultValue:"",blendOperation:"singleton"}},dofs:{}},u=function(n){function u(){o(this,u),t(Object.getPrototypeOf(u.prototype),"constructor",this).call(this)}return r(u,n),e(u,null,{getInfo:{value:function(){return i}},generateDofs:{value:function(){return{}}}}),u}(n);module.exports=u; |