()
| 336 | } |
| 337 | |
| 338 | getDStreamUrl() { |
| 339 | if (this.Options.demo) return this.dstreamDemo; |
| 340 | if (this.Options.test) return this.dstreamTest; |
| 341 | return this.dstream; |
| 342 | } |
| 343 | |
| 344 | uuid22(a?: any) { |
| 345 | return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : (([1e7] as any) + 1e3 + 4e3 + 8e5).replace(/[018]/g, this.uuid22); |