@dcloudio/uni-app-x 0.7.59 → 0.7.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/package.json +2 -2
  2. package/types/app.d.ts +24 -9
  3. package/types/native/IUniElement.d.ts +1 -3
  4. package/types/native/UniCustomElement.d.ts +2 -2
  5. package/types/native/UniFormControl.d.ts +1 -1
  6. package/types/native/UniInputChangeEvent.d.ts +31 -0
  7. package/types/native/UniPage.d.ts +10 -2
  8. package/types/native/UniSwiperAnimationFinishEvent.d.ts +1 -0
  9. package/types/native/UniSwiperChangeEvent.d.ts +1 -0
  10. package/types/native/WebViewStyles.d.ts +1 -1
  11. package/types/native/global.d.ts +14 -0
  12. package/types/native/index.d.ts +1 -0
  13. package/types/page.d.ts +134 -22
  14. package/types/uni/uni-camera-global.d.ts +4 -0
  15. package/types/uni/uni-camera.d.ts +10 -9
  16. package/types/uni/uts-plugin-api/global.d.ts +1 -0
  17. package/types/uni/uts-plugin-api/index.d.ts +1 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +77 -433
  19. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +3 -2
  20. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +3 -2
  21. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +9 -6
  22. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +3 -2
  23. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -0
  24. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +4 -4
  25. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +10 -8
  26. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -0
  27. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +8 -0
  28. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +569 -139
  29. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -2
  30. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -2
  32. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +7 -6
  33. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +22 -37
  34. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +12 -16
  35. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +5 -3
  36. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -0
  37. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +34 -15
  38. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +3 -1
  39. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
  40. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +32 -61
  41. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +45 -80
  42. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +5 -3
  43. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +2 -2
  44. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +13 -11
  45. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +16 -15
  46. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +12 -10
  47. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  48. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +88 -4
  49. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +54 -7
  50. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
  51. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +1 -1
  52. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -4
  53. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +246 -236
  54. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +5 -5
  55. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +38 -0
  56. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +19 -0
  57. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1783 -107
  58. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +16 -20
  59. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +209 -451
  60. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +80 -698
  61. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +10 -8
  62. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +474 -184
  63. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +4 -0
  64. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +2 -0
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +755 -405
  66. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +16 -0
  67. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +8 -0
  68. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +40 -0
  69. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +10 -15
  70. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +116 -124
  71. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +2 -2
  72. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -11
  73. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
  74. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +25 -26
  75. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +54 -84
  76. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -4
  77. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +71 -89
  78. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +3 -0
  79. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +10 -10
  80. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -2
  81. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +300 -6
  82. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -0
  83. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -0
  84. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +347 -10
  85. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  86. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +3 -1
  87. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +25 -33
  88. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -20
  89. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +18 -18
  90. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +0 -2
  91. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +0 -1
  92. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +70 -82
  93. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +6 -5
  94. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +49 -72
  95. package/types/uni/uts-plugin-biz/global.d.ts +11 -0
  96. package/types/uni/uts-plugin-biz/index.d.ts +11 -0
  97. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +60 -3
  98. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +6 -0
  99. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +52 -0
  100. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +25 -0
  101. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +445 -0
  102. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +48 -0
  103. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +23 -0
  104. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +138 -0
  105. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +28 -12
  106. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +8 -0
  107. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -0
  108. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/interface.d.ts +0 -0
  109. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +8 -0
  110. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -0
  111. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/interface.d.ts +0 -0
  112. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +8 -0
  113. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -0
  114. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/interface.d.ts +0 -0
  115. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +8 -0
  116. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -0
  117. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/interface.d.ts +0 -0
  118. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +8 -0
  119. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -0
  120. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/interface.d.ts +0 -0
  121. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +8 -0
  122. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -0
  123. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/interface.d.ts +0 -0
  124. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +8 -0
  125. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -0
  126. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/interface.d.ts +0 -0
  127. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +18 -0
  128. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +9 -0
  129. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/interface.d.ts +45 -0
  130. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +8 -0
  131. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -0
  132. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/interface.d.ts +0 -0
  133. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +21 -16
  134. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +16 -2
  135. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +8 -1
  136. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +153 -6
  137. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +37 -44
  138. package/types/uni/uts-plugin-extend/global.d.ts +0 -2
  139. package/types/uni/uts-plugin-extend/index.d.ts +0 -2
  140. package/types/uni-cloud/interface.d.ts +13 -9
  141. package/types/vue/LifeCycle.d.ts +723 -1
  142. package/types/uni/uts-plugin-api/.temp/uni-actionSheet/utssdk/interface.uts +0 -554
  143. package/types/uni/uts-plugin-api/.temp/uni-addPhoneContact/utssdk/interface.uts +0 -224
  144. package/types/uni/uts-plugin-api/.temp/uni-arrayBufferToBase64/utssdk/interface.uts +0 -77
  145. package/types/uni/uts-plugin-api/.temp/uni-authentication/utssdk/interface.uts +0 -365
  146. package/types/uni/uts-plugin-api/.temp/uni-base64ToArrayBuffer/utssdk/interface.uts +0 -77
  147. package/types/uni/uts-plugin-api/.temp/uni-canvas/utssdk/interface.uts +0 -972
  148. package/types/uni/uts-plugin-api/.temp/uni-chooseLocation/utssdk/interface.uts +0 -410
  149. package/types/uni/uts-plugin-api/.temp/uni-chooseMedia/utssdk/interface.uts +0 -459
  150. package/types/uni/uts-plugin-api/.temp/uni-clipboard/utssdk/interface.uts +0 -203
  151. package/types/uni/uts-plugin-api/.temp/uni-createInnerAudioContext/utssdk/interface.uts +0 -2613
  152. package/types/uni/uts-plugin-api/.temp/uni-createIntersectionObserver/utssdk/interface.uts +0 -152
  153. package/types/uni/uts-plugin-api/.temp/uni-createRequestPermissionListener/utssdk/interface.uts +0 -61
  154. package/types/uni/uts-plugin-api/.temp/uni-createSelectorQuery/utssdk/interface.uts +0 -548
  155. package/types/uni/uts-plugin-api/.temp/uni-createWebviewContext/utssdk/interface.uts +0 -137
  156. package/types/uni/uts-plugin-api/.temp/uni-dialogPage/utssdk/interface.uts +0 -1380
  157. package/types/uni/uts-plugin-api/.temp/uni-document/utssdk/interface.uts +0 -76
  158. package/types/uni/uts-plugin-api/.temp/uni-event/utssdk/interface.uts +0 -338
  159. package/types/uni/uts-plugin-api/.temp/uni-exit/utssdk/interface.uts +0 -102
  160. package/types/uni/uts-plugin-api/.temp/uni-file/utssdk/interface.uts +0 -384
  161. package/types/uni/uts-plugin-api/.temp/uni-fileSystemManager/utssdk/interface.uts +0 -5316
  162. package/types/uni/uts-plugin-api/.temp/uni-getAccessibilityInfo/utssdk/interface.uts +0 -35
  163. package/types/uni/uts-plugin-api/.temp/uni-getAppAuthorizeSetting/utssdk/interface.uts +0 -616
  164. package/types/uni/uts-plugin-api/.temp/uni-getAppBaseInfo/utssdk/interface.uts +0 -2157
  165. package/types/uni/uts-plugin-api/.temp/uni-getBackgroundAudioManager/utssdk/interface.uts +0 -895
  166. package/types/uni/uts-plugin-api/.temp/uni-getDeviceInfo/utssdk/interface.uts +0 -1755
  167. package/types/uni/uts-plugin-api/.temp/uni-getElementById/utssdk/interface.uts +0 -82
  168. package/types/uni/uts-plugin-api/.temp/uni-getEnterOptionsSync/utssdk/interface.uts +0 -295
  169. package/types/uni/uts-plugin-api/.temp/uni-getLaunchOptionsSync/utssdk/interface.uts +0 -299
  170. package/types/uni/uts-plugin-api/.temp/uni-getLocation/utssdk/interface.uts +0 -1764
  171. package/types/uni/uts-plugin-api/.temp/uni-getLocation-system/utssdk/interface.uts +0 -1
  172. package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent/utssdk/interface.uts +0 -1
  173. package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent-uni1/utssdk/interface.uts +0 -736
  174. package/types/uni/uts-plugin-api/.temp/uni-getNetworkType/utssdk/interface.uts +0 -274
  175. package/types/uni/uts-plugin-api/.temp/uni-getPerformance/utssdk/interface.uts +0 -198
  176. package/types/uni/uts-plugin-api/.temp/uni-getProvider/utssdk/interface.uts +0 -634
  177. package/types/uni/uts-plugin-api/.temp/uni-getRecorderManager/utssdk/interface.uts +0 -980
  178. package/types/uni/uts-plugin-api/.temp/uni-getSystemInfo/utssdk/interface.uts +0 -5550
  179. package/types/uni/uts-plugin-api/.temp/uni-getSystemSetting/utssdk/interface.uts +0 -501
  180. package/types/uni/uts-plugin-api/.temp/uni-installApk/utssdk/interface.uts +0 -83
  181. package/types/uni/uts-plugin-api/.temp/uni-interceptor/utssdk/interface.uts +0 -169
  182. package/types/uni/uts-plugin-api/.temp/uni-keyboard/utssdk/interface.uts +0 -102
  183. package/types/uni/uts-plugin-api/.temp/uni-loadFontFace/utssdk/interface.uts +0 -580
  184. package/types/uni/uts-plugin-api/.temp/uni-makePhoneCall/utssdk/interface.uts +0 -100
  185. package/types/uni/uts-plugin-api/.temp/uni-media/utssdk/interface.uts +0 -2980
  186. package/types/uni/uts-plugin-api/.temp/uni-modal/utssdk/interface.uts +0 -190
  187. package/types/uni/uts-plugin-api/.temp/uni-navigationBar/utssdk/interface.uts +0 -1002
  188. package/types/uni/uts-plugin-api/.temp/uni-network/utssdk/interface.uts +0 -3620
  189. package/types/uni/uts-plugin-api/.temp/uni-oauth/utssdk/interface.uts +0 -1592
  190. package/types/uni/uts-plugin-api/.temp/uni-oauth-huawei/utssdk/interface.uts +0 -1
  191. package/types/uni/uts-plugin-api/.temp/uni-openAppAuthorizeSetting/utssdk/interface.uts +0 -254
  192. package/types/uni/uts-plugin-api/.temp/uni-openDocument/utssdk/interface.uts +0 -112
  193. package/types/uni/uts-plugin-api/.temp/uni-pageScrollTo/utssdk/interface.uts +0 -153
  194. package/types/uni/uts-plugin-api/.temp/uni-payment/utssdk/interface.uts +0 -833
  195. package/types/uni/uts-plugin-api/.temp/uni-payment-alipay/utssdk/interface.uts +0 -1
  196. package/types/uni/uts-plugin-api/.temp/uni-payment-huawei/utssdk/interface.uts +0 -1
  197. package/types/uni/uts-plugin-api/.temp/uni-payment-wxpay/utssdk/interface.uts +0 -3
  198. package/types/uni/uts-plugin-api/.temp/uni-previewImage/utssdk/interface.uts +0 -518
  199. package/types/uni/uts-plugin-api/.temp/uni-privacy/utssdk/interface.uts +0 -560
  200. package/types/uni/uts-plugin-api/.temp/uni-prompt/utssdk/interface.uts +0 -2607
  201. package/types/uni/uts-plugin-api/.temp/uni-pullDownRefresh/utssdk/interface.uts +0 -189
  202. package/types/uni/uts-plugin-api/.temp/uni-requestMerchantTransfer/utssdk/interface.uts +0 -710
  203. package/types/uni/uts-plugin-api/.temp/uni-route/utssdk/interface.uts +0 -2695
  204. package/types/uni/uts-plugin-api/.temp/uni-rpx2px/utssdk/interface.uts +0 -80
  205. package/types/uni/uts-plugin-api/.temp/uni-scanCode/utssdk/interface.uts +0 -130
  206. package/types/uni/uts-plugin-api/.temp/uni-shareWithSystem/utssdk/interface.uts +0 -719
  207. package/types/uni/uts-plugin-api/.temp/uni-sse/utssdk/interface.uts +0 -277
  208. package/types/uni/uts-plugin-api/.temp/uni-storage/utssdk/interface.uts +0 -1020
  209. package/types/uni/uts-plugin-api/.temp/uni-tabBar/utssdk/interface.uts +0 -1148
  210. package/types/uni/uts-plugin-api/.temp/uni-theme/utssdk/interface.uts +0 -1059
  211. package/types/uni/uts-plugin-api/.temp/uni-virtualPayment/utssdk/interface.uts +0 -1660
  212. package/types/uni/uts-plugin-api/.temp/uni-websocket/utssdk/interface.uts +0 -1941
  213. package/types/uni/uts-plugin-biz/.temp/uni-ad/utssdk/interface.uts +0 -726
  214. package/types/uni/uts-plugin-biz/.temp/uni-crash/utssdk/interface.uts +0 -89
  215. package/types/uni/uts-plugin-biz/.temp/uni-facialRecognitionVerify/utssdk/interface.uts +0 -212
  216. package/types/uni/uts-plugin-biz/.temp/uni-map-tencent/utssdk/interface.uts +0 -2359
  217. package/types/uni/uts-plugin-biz/.temp/uni-push/utssdk/interface.uts +0 -960
  218. package/types/uni/uts-plugin-biz/.temp/uni-secure-network/utssdk/interface.uts +0 -204
  219. package/types/uni/uts-plugin-biz/.temp/uni-verify/utssdk/interface.uts +0 -730
  220. package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +0 -221
  221. package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +0 -935
  222. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +0 -14
  223. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +0 -1
  224. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +0 -1670
@@ -1,2613 +0,0 @@
1
-
2
- export interface Uni {
3
- /**
4
- * 创建并返回 audio 上下文 audioContext 对象
5
- *
6
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/create-inner-audio-context.html
7
- * @tutorial-uni-app http://uniapp.dcloud.io/api/media/audio-context.html
8
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/create-inner-audio-context.html
9
- * @uniPlatform
10
- {
11
- "app": {
12
- "android": {
13
- "osVer": "5.0",
14
- "uniVer": "√",
15
- "uniUtsPlugin": "x",
16
- "unixVer": "4.33",
17
- "unixUtsPlugin": "4.33"
18
- },
19
- "ios": {
20
- "osVer": "12.0",
21
- "uniVer": "√",
22
- "uniUtsPlugin": "x",
23
- "unixVer": "4.41",
24
- "unixUtsPlugin": "4.41"
25
- }
26
- },
27
- "mp": {
28
- "weixin": {
29
- "hostVer": "√",
30
- "uniVer": "√",
31
- "unixVer": "4.41"
32
- },
33
- "alipay": {
34
- "hostVer": "1.23.4",
35
- "uniVer": "√",
36
- "unixVer": "x"
37
- },
38
- "baidu": {
39
- "hostVer": "√",
40
- "uniVer": "√",
41
- "unixVer": "x"
42
- },
43
- "toutiao": {
44
- "hostVer": "√",
45
- "uniVer": "√",
46
- "unixVer": "x"
47
- },
48
- "lark": {
49
- "hostVer": "√",
50
- "uniVer": "√",
51
- "unixVer": "x"
52
- },
53
- "qq": {
54
- "hostVer": "√",
55
- "uniVer": "√",
56
- "unixVer": "x"
57
- },
58
- "kuaishou": {
59
- "hostVer": "√",
60
- "uniVer": "√",
61
- "unixVer": "x"
62
- },
63
- "jd": {
64
- "hostVer": "√",
65
- "uniVer": "√",
66
- "unixVer": "x"
67
- }
68
- },
69
- "web": {
70
- "uniVer": "√",
71
- "unixVer": "4.0"
72
- }
73
- }
74
- */
75
- createInnerAudioContext(): InnerAudioContext;
76
- }
77
-
78
- export type CreateInnerAudioContext = () => InnerAudioContext;
79
-
80
- export interface InnerAudioContext {
81
- /**
82
- * 当前音频的长度(单位:s),只有在当前有合法的 src 时返回
83
- * @uniPlatform
84
- {
85
- "app": {
86
- "android": {
87
- "osVer": "5.0",
88
- "uniVer": "√",
89
- "uniUtsPlugin": "x",
90
- "unixVer": "4.33",
91
- "unixUtsPlugin": "4.33"
92
- },
93
- "ios": {
94
- "osVer": "12.0",
95
- "uniVer": "√",
96
- "uniUtsPlugin": "x",
97
- "unixVer": "4.41",
98
- "unixUtsPlugin": "4.41"
99
- }
100
- },
101
- "mp": {
102
- "weixin": {
103
- "hostVer": "√",
104
- "uniVer": "√",
105
- "unixVer": "4.41"
106
- },
107
- "alipay": {
108
- "hostVer": "1.23.4",
109
- "uniVer": "√",
110
- "unixVer": "x"
111
- },
112
- "baidu": {
113
- "hostVer": "√",
114
- "uniVer": "√",
115
- "unixVer": "x"
116
- },
117
- "toutiao": {
118
- "hostVer": "√",
119
- "uniVer": "√",
120
- "unixVer": "x"
121
- },
122
- "lark": {
123
- "hostVer": "√",
124
- "uniVer": "√",
125
- "unixVer": "x"
126
- },
127
- "qq": {
128
- "hostVer": "√",
129
- "uniVer": "√",
130
- "unixVer": "x"
131
- },
132
- "kuaishou": {
133
- "hostVer": "√",
134
- "uniVer": "√",
135
- "unixVer": "x"
136
- },
137
- "jd": {
138
- "hostVer": "√",
139
- "uniVer": "√",
140
- "unixVer": "x"
141
- }
142
- },
143
- "web": {
144
- "uniVer": "√",
145
- "unixVer": "4.0"
146
- }
147
- }
148
- */
149
- duration: number;
150
- /**
151
- * 当前音频的播放位置(单位:s),只有在当前有合法的 src 时返回
152
- * @uniPlatform
153
- {
154
- "app": {
155
- "android": {
156
- "osVer": "5.0",
157
- "uniVer": "√",
158
- "uniUtsPlugin": "x",
159
- "unixVer": "4.33",
160
- "unixUtsPlugin": "4.33"
161
- },
162
- "ios": {
163
- "osVer": "12.0",
164
- "uniVer": "√",
165
- "uniUtsPlugin": "x",
166
- "unixVer": "4.41",
167
- "unixUtsPlugin": "4.41"
168
- }
169
- },
170
- "mp": {
171
- "weixin": {
172
- "hostVer": "√",
173
- "uniVer": "√",
174
- "unixVer": "4.41"
175
- },
176
- "alipay": {
177
- "hostVer": "1.23.4",
178
- "uniVer": "√",
179
- "unixVer": "x"
180
- },
181
- "baidu": {
182
- "hostVer": "√",
183
- "uniVer": "√",
184
- "unixVer": "x"
185
- },
186
- "toutiao": {
187
- "hostVer": "√",
188
- "uniVer": "√",
189
- "unixVer": "x"
190
- },
191
- "lark": {
192
- "hostVer": "√",
193
- "uniVer": "√",
194
- "unixVer": "x"
195
- },
196
- "qq": {
197
- "hostVer": "√",
198
- "uniVer": "√",
199
- "unixVer": "x"
200
- },
201
- "kuaishou": {
202
- "hostVer": "√",
203
- "uniVer": "√",
204
- "unixVer": "x"
205
- },
206
- "jd": {
207
- "hostVer": "√",
208
- "uniVer": "√",
209
- "unixVer": "x"
210
- }
211
- },
212
- "web": {
213
- "uniVer": "√",
214
- "unixVer": "4.0"
215
- }
216
- }
217
- */
218
- currentTime: number;
219
- /**
220
- * 当前是是否暂停或停止状态,true 表示暂停或停止,false 表示正在播放
221
- * @uniPlatform
222
- {
223
- "app": {
224
- "android": {
225
- "osVer": "5.0",
226
- "uniVer": "√",
227
- "uniUtsPlugin": "x",
228
- "unixVer": "4.33",
229
- "unixUtsPlugin": "4.33"
230
- },
231
- "ios": {
232
- "osVer": "12.0",
233
- "uniVer": "√",
234
- "uniUtsPlugin": "x",
235
- "unixVer": "4.41",
236
- "unixUtsPlugin": "4.41"
237
- }
238
- },
239
- "mp": {
240
- "weixin": {
241
- "hostVer": "√",
242
- "uniVer": "√",
243
- "unixVer": "4.41"
244
- },
245
- "alipay": {
246
- "hostVer": "1.23.4",
247
- "uniVer": "√",
248
- "unixVer": "x"
249
- },
250
- "baidu": {
251
- "hostVer": "√",
252
- "uniVer": "√",
253
- "unixVer": "x"
254
- },
255
- "toutiao": {
256
- "hostVer": "√",
257
- "uniVer": "√",
258
- "unixVer": "x"
259
- },
260
- "lark": {
261
- "hostVer": "√",
262
- "uniVer": "√",
263
- "unixVer": "x"
264
- },
265
- "qq": {
266
- "hostVer": "√",
267
- "uniVer": "√",
268
- "unixVer": "x"
269
- },
270
- "kuaishou": {
271
- "hostVer": "√",
272
- "uniVer": "√",
273
- "unixVer": "x"
274
- },
275
- "jd": {
276
- "hostVer": "√",
277
- "uniVer": "√",
278
- "unixVer": "x"
279
- }
280
- },
281
- "web": {
282
- "uniVer": "√",
283
- "unixVer": "4.0"
284
- }
285
- }
286
- * @type boolean
287
- */
288
- paused: boolean;
289
- /**
290
- * 音频的数据链接,用于直接播放
291
- * @uniPlatform
292
- {
293
- "app": {
294
- "android": {
295
- "osVer": "5.0",
296
- "uniVer": "√",
297
- "uniUtsPlugin": "x",
298
- "unixVer": "4.33",
299
- "unixUtsPlugin": "4.33"
300
- },
301
- "ios": {
302
- "osVer": "12.0",
303
- "uniVer": "√",
304
- "uniUtsPlugin": "x",
305
- "unixVer": "4.41",
306
- "unixUtsPlugin": "4.41"
307
- }
308
- },
309
- "mp": {
310
- "weixin": {
311
- "hostVer": "√",
312
- "uniVer": "√",
313
- "unixVer": "4.41"
314
- },
315
- "alipay": {
316
- "hostVer": "1.23.4",
317
- "uniVer": "√",
318
- "unixVer": "x"
319
- },
320
- "baidu": {
321
- "hostVer": "√",
322
- "uniVer": "√",
323
- "unixVer": "x"
324
- },
325
- "toutiao": {
326
- "hostVer": "√",
327
- "uniVer": "√",
328
- "unixVer": "x"
329
- },
330
- "lark": {
331
- "hostVer": "√",
332
- "uniVer": "√",
333
- "unixVer": "x"
334
- },
335
- "qq": {
336
- "hostVer": "√",
337
- "uniVer": "√",
338
- "unixVer": "x"
339
- },
340
- "kuaishou": {
341
- "hostVer": "√",
342
- "uniVer": "√",
343
- "unixVer": "x"
344
- },
345
- "jd": {
346
- "hostVer": "√",
347
- "uniVer": "√",
348
- "unixVer": "x"
349
- }
350
- },
351
- "web": {
352
- "uniVer": "√",
353
- "unixVer": "4.0"
354
- }
355
- }
356
- */
357
- src: string;
358
- /**
359
- * 音频开始播放的位置(单位:s)
360
- * @uniPlatform
361
- {
362
- "app": {
363
- "android": {
364
- "osVer": "5.0",
365
- "uniVer": "√",
366
- "uniUtsPlugin": "x",
367
- "unixVer": "4.33",
368
- "unixUtsPlugin": "4.33"
369
- },
370
- "ios": {
371
- "osVer": "12.0",
372
- "uniVer": "√",
373
- "uniUtsPlugin": "x",
374
- "unixVer": "4.41",
375
- "unixUtsPlugin": "4.41"
376
- }
377
- },
378
- "mp": {
379
- "weixin": {
380
- "hostVer": "√",
381
- "uniVer": "√",
382
- "unixVer": "4.41"
383
- },
384
- "alipay": {
385
- "hostVer": "1.23.4",
386
- "uniVer": "√",
387
- "unixVer": "x"
388
- },
389
- "baidu": {
390
- "hostVer": "√",
391
- "uniVer": "√",
392
- "unixVer": "x"
393
- },
394
- "toutiao": {
395
- "hostVer": "√",
396
- "uniVer": "√",
397
- "unixVer": "x"
398
- },
399
- "lark": {
400
- "hostVer": "√",
401
- "uniVer": "√",
402
- "unixVer": "x"
403
- },
404
- "qq": {
405
- "hostVer": "√",
406
- "uniVer": "√",
407
- "unixVer": "x"
408
- },
409
- "kuaishou": {
410
- "hostVer": "√",
411
- "uniVer": "√",
412
- "unixVer": "x"
413
- },
414
- "jd": {
415
- "hostVer": "√",
416
- "uniVer": "√",
417
- "unixVer": "x"
418
- }
419
- },
420
- "web": {
421
- "uniVer": "√",
422
- "unixVer": "4.0"
423
- }
424
- }
425
- */
426
- startTime: number;
427
- /**
428
- * 音频缓冲的时间点,仅保证当前播放时间点到此时间点内容已缓冲
429
- * @uniPlatform
430
- {
431
- "app": {
432
- "android": {
433
- "osVer": "5.0",
434
- "uniVer": "√",
435
- "uniUtsPlugin": "x",
436
- "unixVer": "4.33",
437
- "unixUtsPlugin": "4.33"
438
- },
439
- "ios": {
440
- "osVer": "12.0",
441
- "uniVer": "√",
442
- "uniUtsPlugin": "x",
443
- "unixVer": "4.41",
444
- "unixUtsPlugin": "4.41"
445
- }
446
- },
447
- "mp": {
448
- "weixin": {
449
- "hostVer": "√",
450
- "uniVer": "√",
451
- "unixVer": "4.41"
452
- },
453
- "alipay": {
454
- "hostVer": "1.23.4",
455
- "uniVer": "√",
456
- "unixVer": "x"
457
- },
458
- "baidu": {
459
- "hostVer": "√",
460
- "uniVer": "√",
461
- "unixVer": "x"
462
- },
463
- "toutiao": {
464
- "hostVer": "√",
465
- "uniVer": "√",
466
- "unixVer": "x"
467
- },
468
- "lark": {
469
- "hostVer": "√",
470
- "uniVer": "√",
471
- "unixVer": "x"
472
- },
473
- "qq": {
474
- "hostVer": "√",
475
- "uniVer": "√",
476
- "unixVer": "x"
477
- },
478
- "kuaishou": {
479
- "hostVer": "√",
480
- "uniVer": "√",
481
- "unixVer": "x"
482
- },
483
- "jd": {
484
- "hostVer": "√",
485
- "uniVer": "√",
486
- "unixVer": "x"
487
- }
488
- },
489
- "web": {
490
- "uniVer": "√",
491
- "unixVer": "4.0"
492
- }
493
- }
494
- */
495
- buffered: number;
496
- /**
497
- * 是否自动开始播放,默认 false
498
- * @defaultValue false
499
- * @uniPlatform
500
- {
501
- "app": {
502
- "android": {
503
- "osVer": "5.0",
504
- "uniVer": "√",
505
- "uniUtsPlugin": "x",
506
- "unixVer": "4.33",
507
- "unixUtsPlugin": "4.33"
508
- },
509
- "ios": {
510
- "osVer": "12.0",
511
- "uniVer": "√",
512
- "uniUtsPlugin": "x",
513
- "unixVer": "4.41",
514
- "unixUtsPlugin": "4.41"
515
- }
516
- },
517
- "mp": {
518
- "weixin": {
519
- "hostVer": "√",
520
- "uniVer": "√",
521
- "unixVer": "4.41"
522
- },
523
- "alipay": {
524
- "hostVer": "1.23.4",
525
- "uniVer": "√",
526
- "unixVer": "x"
527
- },
528
- "baidu": {
529
- "hostVer": "√",
530
- "uniVer": "√",
531
- "unixVer": "x"
532
- },
533
- "toutiao": {
534
- "hostVer": "√",
535
- "uniVer": "√",
536
- "unixVer": "x"
537
- },
538
- "lark": {
539
- "hostVer": "√",
540
- "uniVer": "√",
541
- "unixVer": "x"
542
- },
543
- "qq": {
544
- "hostVer": "√",
545
- "uniVer": "√",
546
- "unixVer": "x"
547
- },
548
- "kuaishou": {
549
- "hostVer": "√",
550
- "uniVer": "√",
551
- "unixVer": "x"
552
- },
553
- "jd": {
554
- "hostVer": "√",
555
- "uniVer": "√",
556
- "unixVer": "x"
557
- }
558
- },
559
- "web": {
560
- "uniVer": "√",
561
- "unixVer": "4.0"
562
- }
563
- }
564
- * @type boolean
565
- */
566
- autoplay: boolean;
567
- /**
568
- * 是否循环播放,默认 false
569
- * @defaultValue false
570
- * @uniPlatform
571
- {
572
- "app": {
573
- "android": {
574
- "osVer": "5.0",
575
- "uniVer": "√",
576
- "uniUtsPlugin": "x",
577
- "unixVer": "4.33",
578
- "unixUtsPlugin": "4.33"
579
- },
580
- "ios": {
581
- "osVer": "12.0",
582
- "uniVer": "√",
583
- "uniUtsPlugin": "x",
584
- "unixVer": "4.41",
585
- "unixUtsPlugin": "4.41"
586
- }
587
- },
588
- "mp": {
589
- "weixin": {
590
- "hostVer": "√",
591
- "uniVer": "√",
592
- "unixVer": "4.41"
593
- },
594
- "alipay": {
595
- "hostVer": "1.23.4",
596
- "uniVer": "√",
597
- "unixVer": "x"
598
- },
599
- "baidu": {
600
- "hostVer": "√",
601
- "uniVer": "√",
602
- "unixVer": "x"
603
- },
604
- "toutiao": {
605
- "hostVer": "√",
606
- "uniVer": "√",
607
- "unixVer": "x"
608
- },
609
- "lark": {
610
- "hostVer": "√",
611
- "uniVer": "√",
612
- "unixVer": "x"
613
- },
614
- "qq": {
615
- "hostVer": "√",
616
- "uniVer": "√",
617
- "unixVer": "x"
618
- },
619
- "kuaishou": {
620
- "hostVer": "√",
621
- "uniVer": "√",
622
- "unixVer": "x"
623
- },
624
- "jd": {
625
- "hostVer": "√",
626
- "uniVer": "√",
627
- "unixVer": "x"
628
- }
629
- },
630
- "web": {
631
- "uniVer": "√",
632
- "unixVer": "4.0"
633
- }
634
- }
635
- * @type boolean
636
- */
637
- loop: boolean;
638
- /**
639
- * 是否遵循系统静音开关,当此参数为 false 时,即使用户打开了静音开关,也能继续发出声音,默认值 true
640
- * @type boolean
641
- * @uniPlatform
642
- {
643
- "app": {
644
- "android": {
645
- "osVer": "5.0",
646
- "uniVer": "√",
647
- "uniUtsPlugin": "x",
648
- "unixVer": "x",
649
- "unixUtsPlugin": "x"
650
- },
651
- "ios": {
652
- "osVer": "12.0",
653
- "uniVer": "√",
654
- "uniUtsPlugin": "x",
655
- "unixVer": "x",
656
- "unixUtsPlugin": "x"
657
- }
658
- },
659
- "mp": {
660
- "weixin": {
661
- "hostVer": "√",
662
- "uniVer": "√",
663
- "unixVer": "4.41"
664
- },
665
- "alipay": {
666
- "hostVer": "1.23.4",
667
- "uniVer": "√",
668
- "unixVer": "x"
669
- },
670
- "baidu": {
671
- "hostVer": "√",
672
- "uniVer": "√",
673
- "unixVer": "x"
674
- },
675
- "toutiao": {
676
- "hostVer": "√",
677
- "uniVer": "√",
678
- "unixVer": "x"
679
- },
680
- "lark": {
681
- "hostVer": "√",
682
- "uniVer": "√",
683
- "unixVer": "x"
684
- },
685
- "qq": {
686
- "hostVer": "√",
687
- "uniVer": "√",
688
- "unixVer": "x"
689
- },
690
- "kuaishou": {
691
- "hostVer": "√",
692
- "uniVer": "√",
693
- "unixVer": "x"
694
- },
695
- "jd": {
696
- "hostVer": "√",
697
- "uniVer": "√",
698
- "unixVer": "x"
699
- }
700
- },
701
- "web": {
702
- "uniVer": "x",
703
- "unixVer": "x"
704
- }
705
- }
706
- */
707
- obeyMuteSwitch: boolean;
708
- /**
709
- * 音量。范围 0~1。
710
- * @uniPlatform
711
- {
712
- "app": {
713
- "android": {
714
- "osVer": "5.0",
715
- "uniVer": "√",
716
- "uniUtsPlugin": "x",
717
- "unixVer": "4.33",
718
- "unixUtsPlugin": "4.33"
719
- },
720
- "ios": {
721
- "osVer": "12.0",
722
- "uniVer": "√",
723
- "uniUtsPlugin": "x",
724
- "unixVer": "4.41",
725
- "unixUtsPlugin": "4.41"
726
- }
727
- },
728
- "mp": {
729
- "weixin": {
730
- "hostVer": "√",
731
- "uniVer": "√",
732
- "unixVer": "4.41"
733
- },
734
- "alipay": {
735
- "hostVer": "1.23.4",
736
- "uniVer": "√",
737
- "unixVer": "x"
738
- },
739
- "baidu": {
740
- "hostVer": "√",
741
- "uniVer": "√",
742
- "unixVer": "x"
743
- },
744
- "toutiao": {
745
- "hostVer": "√",
746
- "uniVer": "√",
747
- "unixVer": "x"
748
- },
749
- "lark": {
750
- "hostVer": "√",
751
- "uniVer": "√",
752
- "unixVer": "x"
753
- },
754
- "qq": {
755
- "hostVer": "√",
756
- "uniVer": "√",
757
- "unixVer": "x"
758
- },
759
- "kuaishou": {
760
- "hostVer": "√",
761
- "uniVer": "√",
762
- "unixVer": "x"
763
- },
764
- "jd": {
765
- "hostVer": "√",
766
- "uniVer": "√",
767
- "unixVer": "x"
768
- }
769
- },
770
- "web": {
771
- "uniVer": "√",
772
- "unixVer": "4.0"
773
- }
774
- }
775
- */
776
- volume: number;
777
- /**
778
- * 播放的倍率。可取值: 0.5/0.8/1.0/1.25/1.5/2.0,默认值为1.0。(仅 App 支持)
779
- * @defaultValue 1.0
780
- * @uniPlatform
781
- {
782
- "app": {
783
- "android": {
784
- "osVer": "5.0",
785
- "uniVer": "√",
786
- "uniUtsPlugin": "x",
787
- "unixVer": "4.33",
788
- "unixUtsPlugin": "4.33"
789
- },
790
- "ios": {
791
- "osVer": "12.0",
792
- "uniVer": "√",
793
- "uniUtsPlugin": "x",
794
- "unixVer": "4.41",
795
- "unixUtsPlugin": "4.41"
796
- }
797
- },
798
- "mp": {
799
- "weixin": {
800
- "hostVer": "√",
801
- "uniVer": "√",
802
- "unixVer": "4.41"
803
- },
804
- "alipay": {
805
- "hostVer": "1.23.4",
806
- "uniVer": "√",
807
- "unixVer": "x"
808
- },
809
- "baidu": {
810
- "hostVer": "√",
811
- "uniVer": "√",
812
- "unixVer": "x"
813
- },
814
- "toutiao": {
815
- "hostVer": "√",
816
- "uniVer": "√",
817
- "unixVer": "x"
818
- },
819
- "lark": {
820
- "hostVer": "√",
821
- "uniVer": "√",
822
- "unixVer": "x"
823
- },
824
- "qq": {
825
- "hostVer": "√",
826
- "uniVer": "√",
827
- "unixVer": "x"
828
- },
829
- "kuaishou": {
830
- "hostVer": "√",
831
- "uniVer": "√",
832
- "unixVer": "x"
833
- },
834
- "jd": {
835
- "hostVer": "√",
836
- "uniVer": "√",
837
- "unixVer": "x"
838
- }
839
- },
840
- "web": {
841
- "uniVer": "x",
842
- "unixVer": "x"
843
- }
844
- }
845
- */
846
- playbackRate?: number;
847
- /**
848
- * 暂停
849
- * @uniPlatform
850
- {
851
- "app": {
852
- "android": {
853
- "osVer": "5.0",
854
- "uniVer": "√",
855
- "uniUtsPlugin": "x",
856
- "unixVer": "4.33",
857
- "unixUtsPlugin": "4.33"
858
- },
859
- "ios": {
860
- "osVer": "12.0",
861
- "uniVer": "√",
862
- "uniUtsPlugin": "x",
863
- "unixVer": "4.41",
864
- "unixUtsPlugin": "4.41"
865
- }
866
- },
867
- "mp": {
868
- "weixin": {
869
- "hostVer": "√",
870
- "uniVer": "√",
871
- "unixVer": "4.41"
872
- },
873
- "alipay": {
874
- "hostVer": "1.23.4",
875
- "uniVer": "√",
876
- "unixVer": "x"
877
- },
878
- "baidu": {
879
- "hostVer": "√",
880
- "uniVer": "√",
881
- "unixVer": "x"
882
- },
883
- "toutiao": {
884
- "hostVer": "√",
885
- "uniVer": "√",
886
- "unixVer": "x"
887
- },
888
- "lark": {
889
- "hostVer": "√",
890
- "uniVer": "√",
891
- "unixVer": "x"
892
- },
893
- "qq": {
894
- "hostVer": "√",
895
- "uniVer": "√",
896
- "unixVer": "x"
897
- },
898
- "kuaishou": {
899
- "hostVer": "√",
900
- "uniVer": "√",
901
- "unixVer": "x"
902
- },
903
- "jd": {
904
- "hostVer": "√",
905
- "uniVer": "√",
906
- "unixVer": "x"
907
- }
908
- },
909
- "web": {
910
- "uniVer": "√",
911
- "unixVer": "4.0"
912
- }
913
- }
914
- */
915
- pause(): void;
916
- /**
917
- * 停止
918
- * @uniPlatform
919
- {
920
- "app": {
921
- "android": {
922
- "osVer": "5.0",
923
- "uniVer": "√",
924
- "uniUtsPlugin": "x",
925
- "unixVer": "4.33",
926
- "unixUtsPlugin": "4.33"
927
- },
928
- "ios": {
929
- "osVer": "12.0",
930
- "uniVer": "√",
931
- "uniUtsPlugin": "x",
932
- "unixVer": "4.41",
933
- "unixUtsPlugin": "4.41"
934
- }
935
- },
936
- "mp": {
937
- "weixin": {
938
- "hostVer": "√",
939
- "uniVer": "√",
940
- "unixVer": "4.41"
941
- },
942
- "alipay": {
943
- "hostVer": "1.23.4",
944
- "uniVer": "√",
945
- "unixVer": "x"
946
- },
947
- "baidu": {
948
- "hostVer": "√",
949
- "uniVer": "√",
950
- "unixVer": "x"
951
- },
952
- "toutiao": {
953
- "hostVer": "√",
954
- "uniVer": "√",
955
- "unixVer": "x"
956
- },
957
- "lark": {
958
- "hostVer": "√",
959
- "uniVer": "√",
960
- "unixVer": "x"
961
- },
962
- "qq": {
963
- "hostVer": "√",
964
- "uniVer": "√",
965
- "unixVer": "x"
966
- },
967
- "kuaishou": {
968
- "hostVer": "√",
969
- "uniVer": "√",
970
- "unixVer": "x"
971
- },
972
- "jd": {
973
- "hostVer": "√",
974
- "uniVer": "√",
975
- "unixVer": "x"
976
- }
977
- },
978
- "web": {
979
- "uniVer": "√",
980
- "unixVer": "4.0"
981
- }
982
- }
983
- */
984
- stop(): void;
985
- /**
986
- * 播放
987
- * @uniPlatform
988
- {
989
- "app": {
990
- "android": {
991
- "osVer": "5.0",
992
- "uniVer": "√",
993
- "uniUtsPlugin": "x",
994
- "unixVer": "4.33",
995
- "unixUtsPlugin": "4.33"
996
- },
997
- "ios": {
998
- "osVer": "12.0",
999
- "uniVer": "√",
1000
- "uniUtsPlugin": "x",
1001
- "unixVer": "4.41",
1002
- "unixUtsPlugin": "4.41"
1003
- }
1004
- },
1005
- "mp": {
1006
- "weixin": {
1007
- "hostVer": "√",
1008
- "uniVer": "√",
1009
- "unixVer": "4.41"
1010
- },
1011
- "alipay": {
1012
- "hostVer": "1.23.4",
1013
- "uniVer": "√",
1014
- "unixVer": "x"
1015
- },
1016
- "baidu": {
1017
- "hostVer": "√",
1018
- "uniVer": "√",
1019
- "unixVer": "x"
1020
- },
1021
- "toutiao": {
1022
- "hostVer": "√",
1023
- "uniVer": "√",
1024
- "unixVer": "x"
1025
- },
1026
- "lark": {
1027
- "hostVer": "√",
1028
- "uniVer": "√",
1029
- "unixVer": "x"
1030
- },
1031
- "qq": {
1032
- "hostVer": "√",
1033
- "uniVer": "√",
1034
- "unixVer": "x"
1035
- },
1036
- "kuaishou": {
1037
- "hostVer": "√",
1038
- "uniVer": "√",
1039
- "unixVer": "x"
1040
- },
1041
- "jd": {
1042
- "hostVer": "√",
1043
- "uniVer": "√",
1044
- "unixVer": "x"
1045
- }
1046
- },
1047
- "web": {
1048
- "uniVer": "√",
1049
- "unixVer": "4.0"
1050
- }
1051
- }
1052
- */
1053
- play(): void;
1054
- /**
1055
- * 跳转到指定位置,单位 s
1056
- * @uniPlatform
1057
- {
1058
- "app": {
1059
- "android": {
1060
- "osVer": "5.0",
1061
- "uniVer": "√",
1062
- "uniUtsPlugin": "x",
1063
- "unixVer": "4.33",
1064
- "unixUtsPlugin": "4.33"
1065
- },
1066
- "ios": {
1067
- "osVer": "12.0",
1068
- "uniVer": "√",
1069
- "uniUtsPlugin": "x",
1070
- "unixVer": "4.41",
1071
- "unixUtsPlugin": "4.41"
1072
- }
1073
- },
1074
- "mp": {
1075
- "weixin": {
1076
- "hostVer": "√",
1077
- "uniVer": "√",
1078
- "unixVer": "4.41"
1079
- },
1080
- "alipay": {
1081
- "hostVer": "1.23.4",
1082
- "uniVer": "√",
1083
- "unixVer": "x"
1084
- },
1085
- "baidu": {
1086
- "hostVer": "√",
1087
- "uniVer": "√",
1088
- "unixVer": "x"
1089
- },
1090
- "toutiao": {
1091
- "hostVer": "√",
1092
- "uniVer": "√",
1093
- "unixVer": "x"
1094
- },
1095
- "lark": {
1096
- "hostVer": "√",
1097
- "uniVer": "√",
1098
- "unixVer": "x"
1099
- },
1100
- "qq": {
1101
- "hostVer": "√",
1102
- "uniVer": "√",
1103
- "unixVer": "x"
1104
- },
1105
- "kuaishou": {
1106
- "hostVer": "√",
1107
- "uniVer": "√",
1108
- "unixVer": "x"
1109
- },
1110
- "jd": {
1111
- "hostVer": "√",
1112
- "uniVer": "√",
1113
- "unixVer": "x"
1114
- }
1115
- },
1116
- "web": {
1117
- "uniVer": "√",
1118
- "unixVer": "4.0"
1119
- }
1120
- }
1121
- */
1122
- seek(position: number): void;
1123
- /**
1124
- * 销毁当前实例
1125
- * @uniPlatform
1126
- {
1127
- "app": {
1128
- "android": {
1129
- "osVer": "5.0",
1130
- "uniVer": "√",
1131
- "uniUtsPlugin": "x",
1132
- "unixVer": "4.33",
1133
- "unixUtsPlugin": "4.33"
1134
- },
1135
- "ios": {
1136
- "osVer": "12.0",
1137
- "uniVer": "√",
1138
- "uniUtsPlugin": "x",
1139
- "unixVer": "4.41",
1140
- "unixUtsPlugin": "4.41"
1141
- }
1142
- },
1143
- "web": {
1144
- "uniVer": "√",
1145
- "unixVer": "4.0"
1146
- }
1147
- }
1148
- */
1149
- destroy(): void;
1150
- /**
1151
- * 音频进入可以播放状态,但不保证后面可以流畅播放
1152
- * @uniPlatform
1153
- {
1154
- "app": {
1155
- "android": {
1156
- "osVer": "5.0",
1157
- "uniVer": "√",
1158
- "uniUtsPlugin": "x",
1159
- "unixVer": "4.33",
1160
- "unixUtsPlugin": "4.33"
1161
- },
1162
- "ios": {
1163
- "osVer": "12.0",
1164
- "uniVer": "√",
1165
- "uniUtsPlugin": "x",
1166
- "unixVer": "4.41",
1167
- "unixUtsPlugin": "4.41"
1168
- }
1169
- },
1170
- "mp": {
1171
- "weixin": {
1172
- "hostVer": "√",
1173
- "uniVer": "√",
1174
- "unixVer": "4.41"
1175
- },
1176
- "alipay": {
1177
- "hostVer": "1.23.4",
1178
- "uniVer": "√",
1179
- "unixVer": "x"
1180
- },
1181
- "baidu": {
1182
- "hostVer": "√",
1183
- "uniVer": "√",
1184
- "unixVer": "x"
1185
- },
1186
- "toutiao": {
1187
- "hostVer": "√",
1188
- "uniVer": "√",
1189
- "unixVer": "x"
1190
- },
1191
- "lark": {
1192
- "hostVer": "√",
1193
- "uniVer": "√",
1194
- "unixVer": "x"
1195
- },
1196
- "qq": {
1197
- "hostVer": "√",
1198
- "uniVer": "√",
1199
- "unixVer": "x"
1200
- },
1201
- "kuaishou": {
1202
- "hostVer": "√",
1203
- "uniVer": "√",
1204
- "unixVer": "x"
1205
- },
1206
- "jd": {
1207
- "hostVer": "√",
1208
- "uniVer": "√",
1209
- "unixVer": "x"
1210
- }
1211
- },
1212
- "web": {
1213
- "uniVer": "√",
1214
- "unixVer": "4.0"
1215
- }
1216
- }
1217
- */
1218
- onCanplay(callback: (result: any) => void): void;
1219
- /**
1220
- * 音频播放事件
1221
- * @uniPlatform
1222
- {
1223
- "app": {
1224
- "android": {
1225
- "osVer": "5.0",
1226
- "uniVer": "√",
1227
- "uniUtsPlugin": "x",
1228
- "unixVer": "4.33",
1229
- "unixUtsPlugin": "4.33"
1230
- },
1231
- "ios": {
1232
- "osVer": "12.0",
1233
- "uniVer": "√",
1234
- "uniUtsPlugin": "x",
1235
- "unixVer": "4.41",
1236
- "unixUtsPlugin": "4.41"
1237
- }
1238
- },
1239
- "web": {
1240
- "uniVer": "√",
1241
- "unixVer": "4.0"
1242
- }
1243
- }
1244
- * }
1245
- */
1246
- onPlay(callback: (result: any) => void): void;
1247
- /**
1248
- * 音频暂停事件
1249
- * @uniPlatform
1250
- {
1251
- "app": {
1252
- "android": {
1253
- "osVer": "5.0",
1254
- "uniVer": "√",
1255
- "uniUtsPlugin": "x",
1256
- "unixVer": "4.33",
1257
- "unixUtsPlugin": "4.33"
1258
- },
1259
- "ios": {
1260
- "osVer": "12.0",
1261
- "uniVer": "√",
1262
- "uniUtsPlugin": "x",
1263
- "unixVer": "4.41",
1264
- "unixUtsPlugin": "4.41"
1265
- }
1266
- },
1267
- "mp": {
1268
- "weixin": {
1269
- "hostVer": "√",
1270
- "uniVer": "√",
1271
- "unixVer": "4.41"
1272
- },
1273
- "alipay": {
1274
- "hostVer": "1.23.4",
1275
- "uniVer": "√",
1276
- "unixVer": "x"
1277
- },
1278
- "baidu": {
1279
- "hostVer": "√",
1280
- "uniVer": "√",
1281
- "unixVer": "x"
1282
- },
1283
- "toutiao": {
1284
- "hostVer": "√",
1285
- "uniVer": "√",
1286
- "unixVer": "x"
1287
- },
1288
- "lark": {
1289
- "hostVer": "√",
1290
- "uniVer": "√",
1291
- "unixVer": "x"
1292
- },
1293
- "qq": {
1294
- "hostVer": "√",
1295
- "uniVer": "√",
1296
- "unixVer": "x"
1297
- },
1298
- "kuaishou": {
1299
- "hostVer": "√",
1300
- "uniVer": "√",
1301
- "unixVer": "x"
1302
- },
1303
- "jd": {
1304
- "hostVer": "√",
1305
- "uniVer": "√",
1306
- "unixVer": "x"
1307
- }
1308
- },
1309
- "web": {
1310
- "uniVer": "√",
1311
- "unixVer": "4.0"
1312
- }
1313
- }
1314
- * }
1315
- */
1316
- onPause(callback: (result: any) => void): void;
1317
- /**
1318
- * 音频停止事件
1319
- * @uniPlatform
1320
- {
1321
- "app": {
1322
- "android": {
1323
- "osVer": "5.0",
1324
- "uniVer": "√",
1325
- "uniUtsPlugin": "x",
1326
- "unixVer": "4.33",
1327
- "unixUtsPlugin": "4.33"
1328
- },
1329
- "ios": {
1330
- "osVer": "12.0",
1331
- "uniVer": "√",
1332
- "uniUtsPlugin": "x",
1333
- "unixVer": "4.41",
1334
- "unixUtsPlugin": "4.41"
1335
- }
1336
- },
1337
- "mp": {
1338
- "weixin": {
1339
- "hostVer": "√",
1340
- "uniVer": "√",
1341
- "unixVer": "4.41"
1342
- },
1343
- "alipay": {
1344
- "hostVer": "1.23.4",
1345
- "uniVer": "√",
1346
- "unixVer": "x"
1347
- },
1348
- "baidu": {
1349
- "hostVer": "√",
1350
- "uniVer": "√",
1351
- "unixVer": "x"
1352
- },
1353
- "toutiao": {
1354
- "hostVer": "√",
1355
- "uniVer": "√",
1356
- "unixVer": "x"
1357
- },
1358
- "lark": {
1359
- "hostVer": "√",
1360
- "uniVer": "√",
1361
- "unixVer": "x"
1362
- },
1363
- "qq": {
1364
- "hostVer": "√",
1365
- "uniVer": "√",
1366
- "unixVer": "x"
1367
- },
1368
- "kuaishou": {
1369
- "hostVer": "√",
1370
- "uniVer": "√",
1371
- "unixVer": "x"
1372
- },
1373
- "jd": {
1374
- "hostVer": "√",
1375
- "uniVer": "√",
1376
- "unixVer": "x"
1377
- }
1378
- },
1379
- "web": {
1380
- "uniVer": "√",
1381
- "unixVer": "4.0"
1382
- }
1383
- }
1384
- */
1385
- onStop(callback: (result: any) => void): void;
1386
- /**
1387
- * 音频自然播放结束事件
1388
- * @uniPlatform
1389
- {
1390
- "app": {
1391
- "android": {
1392
- "osVer": "5.0",
1393
- "uniVer": "√",
1394
- "uniUtsPlugin": "x",
1395
- "unixVer": "4.33",
1396
- "unixUtsPlugin": "4.33"
1397
- },
1398
- "ios": {
1399
- "osVer": "12.0",
1400
- "uniVer": "√",
1401
- "uniUtsPlugin": "x",
1402
- "unixVer": "4.41",
1403
- "unixUtsPlugin": "4.41"
1404
- }
1405
- },
1406
- "mp": {
1407
- "weixin": {
1408
- "hostVer": "√",
1409
- "uniVer": "√",
1410
- "unixVer": "4.41"
1411
- },
1412
- "alipay": {
1413
- "hostVer": "1.23.4",
1414
- "uniVer": "√",
1415
- "unixVer": "x"
1416
- },
1417
- "baidu": {
1418
- "hostVer": "√",
1419
- "uniVer": "√",
1420
- "unixVer": "x"
1421
- },
1422
- "toutiao": {
1423
- "hostVer": "√",
1424
- "uniVer": "√",
1425
- "unixVer": "x"
1426
- },
1427
- "lark": {
1428
- "hostVer": "√",
1429
- "uniVer": "√",
1430
- "unixVer": "x"
1431
- },
1432
- "qq": {
1433
- "hostVer": "√",
1434
- "uniVer": "√",
1435
- "unixVer": "x"
1436
- },
1437
- "kuaishou": {
1438
- "hostVer": "√",
1439
- "uniVer": "√",
1440
- "unixVer": "x"
1441
- },
1442
- "jd": {
1443
- "hostVer": "√",
1444
- "uniVer": "√",
1445
- "unixVer": "x"
1446
- }
1447
- },
1448
- "web": {
1449
- "uniVer": "√",
1450
- "unixVer": "4.0"
1451
- }
1452
- }
1453
- */
1454
- onEnded(callback: (result: any) => void): void;
1455
- /**
1456
- * 音频播放进度更新事件
1457
- * @uniPlatform
1458
- {
1459
- "app": {
1460
- "android": {
1461
- "osVer": "5.0",
1462
- "uniVer": "√",
1463
- "uniUtsPlugin": "x",
1464
- "unixVer": "4.33",
1465
- "unixUtsPlugin": "4.33"
1466
- },
1467
- "ios": {
1468
- "osVer": "12.0",
1469
- "uniVer": "√",
1470
- "uniUtsPlugin": "x",
1471
- "unixVer": "4.41",
1472
- "unixUtsPlugin": "4.41"
1473
- }
1474
- },
1475
- "mp": {
1476
- "weixin": {
1477
- "hostVer": "√",
1478
- "uniVer": "√",
1479
- "unixVer": "4.41"
1480
- },
1481
- "alipay": {
1482
- "hostVer": "1.23.4",
1483
- "uniVer": "√",
1484
- "unixVer": "x"
1485
- },
1486
- "baidu": {
1487
- "hostVer": "√",
1488
- "uniVer": "√",
1489
- "unixVer": "x"
1490
- },
1491
- "toutiao": {
1492
- "hostVer": "√",
1493
- "uniVer": "√",
1494
- "unixVer": "x"
1495
- },
1496
- "lark": {
1497
- "hostVer": "√",
1498
- "uniVer": "√",
1499
- "unixVer": "x"
1500
- },
1501
- "qq": {
1502
- "hostVer": "√",
1503
- "uniVer": "√",
1504
- "unixVer": "x"
1505
- },
1506
- "kuaishou": {
1507
- "hostVer": "√",
1508
- "uniVer": "√",
1509
- "unixVer": "x"
1510
- },
1511
- "jd": {
1512
- "hostVer": "√",
1513
- "uniVer": "√",
1514
- "unixVer": "x"
1515
- }
1516
- },
1517
- "web": {
1518
- "uniVer": "√",
1519
- "unixVer": "4.0"
1520
- }
1521
- }
1522
- */
1523
- onTimeUpdate(callback: (result: any) => void): void;
1524
- /**
1525
- * 音频播放错误事件
1526
- * @uniPlatform
1527
- {
1528
- "app": {
1529
- "android": {
1530
- "osVer": "5.0",
1531
- "uniVer": "√",
1532
- "uniUtsPlugin": "x",
1533
- "unixVer": "4.33",
1534
- "unixUtsPlugin": "4.33"
1535
- },
1536
- "ios": {
1537
- "osVer": "12.0",
1538
- "uniVer": "√",
1539
- "uniUtsPlugin": "x",
1540
- "unixVer": "4.41",
1541
- "unixUtsPlugin": "4.41"
1542
- }
1543
- },
1544
- "mp": {
1545
- "weixin": {
1546
- "hostVer": "√",
1547
- "uniVer": "√",
1548
- "unixVer": "4.41"
1549
- },
1550
- "alipay": {
1551
- "hostVer": "1.23.4",
1552
- "uniVer": "√",
1553
- "unixVer": "x"
1554
- },
1555
- "baidu": {
1556
- "hostVer": "√",
1557
- "uniVer": "√",
1558
- "unixVer": "x"
1559
- },
1560
- "toutiao": {
1561
- "hostVer": "√",
1562
- "uniVer": "√",
1563
- "unixVer": "x"
1564
- },
1565
- "lark": {
1566
- "hostVer": "√",
1567
- "uniVer": "√",
1568
- "unixVer": "x"
1569
- },
1570
- "qq": {
1571
- "hostVer": "√",
1572
- "uniVer": "√",
1573
- "unixVer": "x"
1574
- },
1575
- "kuaishou": {
1576
- "hostVer": "√",
1577
- "uniVer": "√",
1578
- "unixVer": "x"
1579
- },
1580
- "jd": {
1581
- "hostVer": "√",
1582
- "uniVer": "√",
1583
- "unixVer": "x"
1584
- }
1585
- },
1586
- "web": {
1587
- "uniVer": "√",
1588
- "unixVer": "4.0"
1589
- }
1590
- }
1591
- */
1592
- onError(callback: (result: ICreateInnerAudioContextFail) => void): void;
1593
- /**
1594
- * 音频加载中事件,当音频因为数据不足,需要停下来加载时会触发
1595
- * @uniPlatform
1596
- {
1597
- "app": {
1598
- "android": {
1599
- "osVer": "5.0",
1600
- "uniVer": "√",
1601
- "uniUtsPlugin": "x",
1602
- "unixVer": "4.33",
1603
- "unixUtsPlugin": "4.33"
1604
- },
1605
- "ios": {
1606
- "osVer": "12.0",
1607
- "uniVer": "√",
1608
- "uniUtsPlugin": "x",
1609
- "unixVer": "4.41",
1610
- "unixUtsPlugin": "4.41"
1611
- }
1612
- },
1613
- "mp": {
1614
- "weixin": {
1615
- "hostVer": "√",
1616
- "uniVer": "√",
1617
- "unixVer": "4.41"
1618
- },
1619
- "alipay": {
1620
- "hostVer": "1.23.4",
1621
- "uniVer": "√",
1622
- "unixVer": "x"
1623
- },
1624
- "baidu": {
1625
- "hostVer": "√",
1626
- "uniVer": "√",
1627
- "unixVer": "x"
1628
- },
1629
- "toutiao": {
1630
- "hostVer": "√",
1631
- "uniVer": "√",
1632
- "unixVer": "x"
1633
- },
1634
- "lark": {
1635
- "hostVer": "√",
1636
- "uniVer": "√",
1637
- "unixVer": "x"
1638
- },
1639
- "qq": {
1640
- "hostVer": "√",
1641
- "uniVer": "√",
1642
- "unixVer": "x"
1643
- },
1644
- "kuaishou": {
1645
- "hostVer": "√",
1646
- "uniVer": "√",
1647
- "unixVer": "x"
1648
- },
1649
- "jd": {
1650
- "hostVer": "√",
1651
- "uniVer": "√",
1652
- "unixVer": "x"
1653
- }
1654
- },
1655
- "web": {
1656
- "uniVer": "√",
1657
- "unixVer": "4.0"
1658
- }
1659
- }
1660
- */
1661
- onWaiting(callback: (result: any) => void): void;
1662
- /**
1663
- * 音频进行 seek 操作事件
1664
- * @uniPlatform
1665
- {
1666
- "app": {
1667
- "android": {
1668
- "osVer": "5.0",
1669
- "uniVer": "√",
1670
- "uniUtsPlugin": "x",
1671
- "unixVer": "4.33",
1672
- "unixUtsPlugin": "4.33"
1673
- },
1674
- "ios": {
1675
- "osVer": "12.0",
1676
- "uniVer": "√",
1677
- "uniUtsPlugin": "x",
1678
- "unixVer": "4.41",
1679
- "unixUtsPlugin": "4.41"
1680
- }
1681
- },
1682
- "mp": {
1683
- "weixin": {
1684
- "hostVer": "√",
1685
- "uniVer": "√",
1686
- "unixVer": "4.41"
1687
- },
1688
- "alipay": {
1689
- "hostVer": "1.23.4",
1690
- "uniVer": "√",
1691
- "unixVer": "x"
1692
- },
1693
- "baidu": {
1694
- "hostVer": "√",
1695
- "uniVer": "√",
1696
- "unixVer": "x"
1697
- },
1698
- "toutiao": {
1699
- "hostVer": "√",
1700
- "uniVer": "√",
1701
- "unixVer": "x"
1702
- },
1703
- "lark": {
1704
- "hostVer": "√",
1705
- "uniVer": "√",
1706
- "unixVer": "x"
1707
- },
1708
- "qq": {
1709
- "hostVer": "√",
1710
- "uniVer": "√",
1711
- "unixVer": "x"
1712
- },
1713
- "kuaishou": {
1714
- "hostVer": "√",
1715
- "uniVer": "√",
1716
- "unixVer": "x"
1717
- },
1718
- "jd": {
1719
- "hostVer": "√",
1720
- "uniVer": "√",
1721
- "unixVer": "x"
1722
- }
1723
- },
1724
- "web": {
1725
- "uniVer": "√",
1726
- "unixVer": "4.0"
1727
- }
1728
- }
1729
- */
1730
- onSeeking(callback: (result: any) => void): void;
1731
- /**
1732
- * 音频完成 seek 操作事件
1733
- * @uniPlatform
1734
- {
1735
- "app": {
1736
- "android": {
1737
- "osVer": "5.0",
1738
- "uniVer": "√",
1739
- "uniUtsPlugin": "x",
1740
- "unixVer": "4.33",
1741
- "unixUtsPlugin": "4.33"
1742
- },
1743
- "ios": {
1744
- "osVer": "12.0",
1745
- "uniVer": "√",
1746
- "uniUtsPlugin": "x",
1747
- "unixVer": "4.41",
1748
- "unixUtsPlugin": "4.41"
1749
- }
1750
- },
1751
- "mp": {
1752
- "weixin": {
1753
- "hostVer": "√",
1754
- "uniVer": "√",
1755
- "unixVer": "4.41"
1756
- },
1757
- "alipay": {
1758
- "hostVer": "1.23.4",
1759
- "uniVer": "√",
1760
- "unixVer": "x"
1761
- },
1762
- "baidu": {
1763
- "hostVer": "√",
1764
- "uniVer": "√",
1765
- "unixVer": "x"
1766
- },
1767
- "toutiao": {
1768
- "hostVer": "√",
1769
- "uniVer": "√",
1770
- "unixVer": "x"
1771
- },
1772
- "lark": {
1773
- "hostVer": "√",
1774
- "uniVer": "√",
1775
- "unixVer": "x"
1776
- },
1777
- "qq": {
1778
- "hostVer": "√",
1779
- "uniVer": "√",
1780
- "unixVer": "x"
1781
- },
1782
- "kuaishou": {
1783
- "hostVer": "√",
1784
- "uniVer": "√",
1785
- "unixVer": "x"
1786
- },
1787
- "jd": {
1788
- "hostVer": "√",
1789
- "uniVer": "√",
1790
- "unixVer": "x"
1791
- }
1792
- },
1793
- "web": {
1794
- "uniVer": "√",
1795
- "unixVer": "4.0"
1796
- }
1797
- }
1798
- */
1799
- onSeeked(callback: (result: any) => void): void;
1800
- /**
1801
- * 取消监听 onCanplay 事件
1802
- * @uniPlatform
1803
- {
1804
- "app": {
1805
- "android": {
1806
- "osVer": "5.0",
1807
- "uniVer": "√",
1808
- "uniUtsPlugin": "x",
1809
- "unixVer": "4.33",
1810
- "unixUtsPlugin": "4.33"
1811
- },
1812
- "ios": {
1813
- "osVer": "12.0",
1814
- "uniVer": "√",
1815
- "uniUtsPlugin": "x",
1816
- "unixVer": "4.41",
1817
- "unixUtsPlugin": "4.41"
1818
- }
1819
- },
1820
- "mp": {
1821
- "weixin": {
1822
- "hostVer": "√",
1823
- "uniVer": "√",
1824
- "unixVer": "4.41"
1825
- },
1826
- "alipay": {
1827
- "hostVer": "1.23.4",
1828
- "uniVer": "√",
1829
- "unixVer": "x"
1830
- },
1831
- "baidu": {
1832
- "hostVer": "√",
1833
- "uniVer": "√",
1834
- "unixVer": "x"
1835
- },
1836
- "toutiao": {
1837
- "hostVer": "√",
1838
- "uniVer": "√",
1839
- "unixVer": "x"
1840
- },
1841
- "lark": {
1842
- "hostVer": "√",
1843
- "uniVer": "√",
1844
- "unixVer": "x"
1845
- },
1846
- "qq": {
1847
- "hostVer": "√",
1848
- "uniVer": "√",
1849
- "unixVer": "x"
1850
- },
1851
- "kuaishou": {
1852
- "hostVer": "√",
1853
- "uniVer": "√",
1854
- "unixVer": "x"
1855
- },
1856
- "jd": {
1857
- "hostVer": "√",
1858
- "uniVer": "√",
1859
- "unixVer": "x"
1860
- }
1861
- },
1862
- "web": {
1863
- "uniVer": "√",
1864
- "unixVer": "4.0"
1865
- }
1866
- }
1867
- */
1868
- offCanplay(callback: (result: any) => void): void;
1869
- /**
1870
- * 取消监听 onPlay 事件
1871
- * @uniPlatform
1872
- {
1873
- "app": {
1874
- "android": {
1875
- "osVer": "5.0",
1876
- "uniVer": "√",
1877
- "uniUtsPlugin": "x",
1878
- "unixVer": "4.33",
1879
- "unixUtsPlugin": "4.33"
1880
- },
1881
- "ios": {
1882
- "osVer": "12.0",
1883
- "uniVer": "√",
1884
- "uniUtsPlugin": "x",
1885
- "unixVer": "4.41",
1886
- "unixUtsPlugin": "4.41"
1887
- }
1888
- },
1889
- "mp": {
1890
- "weixin": {
1891
- "hostVer": "√",
1892
- "uniVer": "√",
1893
- "unixVer": "4.41"
1894
- },
1895
- "alipay": {
1896
- "hostVer": "1.23.4",
1897
- "uniVer": "√",
1898
- "unixVer": "x"
1899
- },
1900
- "baidu": {
1901
- "hostVer": "√",
1902
- "uniVer": "√",
1903
- "unixVer": "x"
1904
- },
1905
- "toutiao": {
1906
- "hostVer": "√",
1907
- "uniVer": "√",
1908
- "unixVer": "x"
1909
- },
1910
- "lark": {
1911
- "hostVer": "√",
1912
- "uniVer": "√",
1913
- "unixVer": "x"
1914
- },
1915
- "qq": {
1916
- "hostVer": "√",
1917
- "uniVer": "√",
1918
- "unixVer": "x"
1919
- },
1920
- "kuaishou": {
1921
- "hostVer": "√",
1922
- "uniVer": "√",
1923
- "unixVer": "x"
1924
- },
1925
- "jd": {
1926
- "hostVer": "√",
1927
- "uniVer": "√",
1928
- "unixVer": "x"
1929
- }
1930
- },
1931
- "web": {
1932
- "uniVer": "√",
1933
- "unixVer": "4.0"
1934
- }
1935
- }
1936
- */
1937
- offPlay(callback: (result: any) => void): void;
1938
- /**
1939
- * 取消监听 onPause 事件
1940
- * @uniPlatform
1941
- {
1942
- "app": {
1943
- "android": {
1944
- "osVer": "5.0",
1945
- "uniVer": "√",
1946
- "uniUtsPlugin": "x",
1947
- "unixVer": "4.33",
1948
- "unixUtsPlugin": "4.33"
1949
- },
1950
- "ios": {
1951
- "osVer": "12.0",
1952
- "uniVer": "√",
1953
- "uniUtsPlugin": "x",
1954
- "unixVer": "4.41",
1955
- "unixUtsPlugin": "4.41"
1956
- }
1957
- },
1958
- "mp": {
1959
- "weixin": {
1960
- "hostVer": "√",
1961
- "uniVer": "√",
1962
- "unixVer": "4.41"
1963
- },
1964
- "alipay": {
1965
- "hostVer": "1.23.4",
1966
- "uniVer": "√",
1967
- "unixVer": "x"
1968
- },
1969
- "baidu": {
1970
- "hostVer": "√",
1971
- "uniVer": "√",
1972
- "unixVer": "x"
1973
- },
1974
- "toutiao": {
1975
- "hostVer": "√",
1976
- "uniVer": "√",
1977
- "unixVer": "x"
1978
- },
1979
- "lark": {
1980
- "hostVer": "√",
1981
- "uniVer": "√",
1982
- "unixVer": "x"
1983
- },
1984
- "qq": {
1985
- "hostVer": "√",
1986
- "uniVer": "√",
1987
- "unixVer": "x"
1988
- },
1989
- "kuaishou": {
1990
- "hostVer": "√",
1991
- "uniVer": "√",
1992
- "unixVer": "x"
1993
- },
1994
- "jd": {
1995
- "hostVer": "√",
1996
- "uniVer": "√",
1997
- "unixVer": "x"
1998
- }
1999
- },
2000
- "web": {
2001
- "uniVer": "√",
2002
- "unixVer": "4.0"
2003
- }
2004
- }
2005
- */
2006
- offPause(callback: (result: any) => void): void;
2007
- /**
2008
- * 取消监听 onStop 事件
2009
- * @uniPlatform
2010
- {
2011
- "app": {
2012
- "android": {
2013
- "osVer": "5.0",
2014
- "uniVer": "√",
2015
- "uniUtsPlugin": "x",
2016
- "unixVer": "4.33",
2017
- "unixUtsPlugin": "4.33"
2018
- },
2019
- "ios": {
2020
- "osVer": "12.0",
2021
- "uniVer": "√",
2022
- "uniUtsPlugin": "x",
2023
- "unixVer": "4.41",
2024
- "unixUtsPlugin": "4.41"
2025
- }
2026
- },
2027
- "mp": {
2028
- "weixin": {
2029
- "hostVer": "√",
2030
- "uniVer": "√",
2031
- "unixVer": "4.41"
2032
- },
2033
- "alipay": {
2034
- "hostVer": "1.23.4",
2035
- "uniVer": "√",
2036
- "unixVer": "x"
2037
- },
2038
- "baidu": {
2039
- "hostVer": "√",
2040
- "uniVer": "√",
2041
- "unixVer": "x"
2042
- },
2043
- "toutiao": {
2044
- "hostVer": "√",
2045
- "uniVer": "√",
2046
- "unixVer": "x"
2047
- },
2048
- "lark": {
2049
- "hostVer": "√",
2050
- "uniVer": "√",
2051
- "unixVer": "x"
2052
- },
2053
- "qq": {
2054
- "hostVer": "√",
2055
- "uniVer": "√",
2056
- "unixVer": "x"
2057
- },
2058
- "kuaishou": {
2059
- "hostVer": "√",
2060
- "uniVer": "√",
2061
- "unixVer": "x"
2062
- },
2063
- "jd": {
2064
- "hostVer": "√",
2065
- "uniVer": "√",
2066
- "unixVer": "x"
2067
- }
2068
- },
2069
- "web": {
2070
- "uniVer": "√",
2071
- "unixVer": "4.0"
2072
- }
2073
- }
2074
- */
2075
- offStop(callback: (result: any) => void): void;
2076
- /**
2077
- * 取消监听 onEnded 事件
2078
- * @uniPlatform
2079
- {
2080
- "app": {
2081
- "android": {
2082
- "osVer": "5.0",
2083
- "uniVer": "√",
2084
- "uniUtsPlugin": "x",
2085
- "unixVer": "4.33",
2086
- "unixUtsPlugin": "4.33"
2087
- },
2088
- "ios": {
2089
- "osVer": "12.0",
2090
- "uniVer": "√",
2091
- "uniUtsPlugin": "x",
2092
- "unixVer": "4.41",
2093
- "unixUtsPlugin": "4.41"
2094
- }
2095
- },
2096
- "mp": {
2097
- "weixin": {
2098
- "hostVer": "√",
2099
- "uniVer": "√",
2100
- "unixVer": "4.41"
2101
- },
2102
- "alipay": {
2103
- "hostVer": "1.23.4",
2104
- "uniVer": "√",
2105
- "unixVer": "x"
2106
- },
2107
- "baidu": {
2108
- "hostVer": "√",
2109
- "uniVer": "√",
2110
- "unixVer": "x"
2111
- },
2112
- "toutiao": {
2113
- "hostVer": "√",
2114
- "uniVer": "√",
2115
- "unixVer": "x"
2116
- },
2117
- "lark": {
2118
- "hostVer": "√",
2119
- "uniVer": "√",
2120
- "unixVer": "x"
2121
- },
2122
- "qq": {
2123
- "hostVer": "√",
2124
- "uniVer": "√",
2125
- "unixVer": "x"
2126
- },
2127
- "kuaishou": {
2128
- "hostVer": "√",
2129
- "uniVer": "√",
2130
- "unixVer": "x"
2131
- },
2132
- "jd": {
2133
- "hostVer": "√",
2134
- "uniVer": "√",
2135
- "unixVer": "x"
2136
- }
2137
- },
2138
- "web": {
2139
- "uniVer": "√",
2140
- "unixVer": "4.0"
2141
- }
2142
- }
2143
- */
2144
- offEnded(callback: (result: any) => void): void;
2145
- /**
2146
- * 取消监听 onTimeUpdate 事件
2147
- * @uniPlatform
2148
- {
2149
- "app": {
2150
- "android": {
2151
- "osVer": "5.0",
2152
- "uniVer": "√",
2153
- "uniUtsPlugin": "x",
2154
- "unixVer": "4.33",
2155
- "unixUtsPlugin": "4.33"
2156
- },
2157
- "ios": {
2158
- "osVer": "12.0",
2159
- "uniVer": "√",
2160
- "uniUtsPlugin": "x",
2161
- "unixVer": "4.41",
2162
- "unixUtsPlugin": "4.41"
2163
- }
2164
- },
2165
- "mp": {
2166
- "weixin": {
2167
- "hostVer": "√",
2168
- "uniVer": "√",
2169
- "unixVer": "4.41"
2170
- },
2171
- "alipay": {
2172
- "hostVer": "1.23.4",
2173
- "uniVer": "√",
2174
- "unixVer": "x"
2175
- },
2176
- "baidu": {
2177
- "hostVer": "√",
2178
- "uniVer": "√",
2179
- "unixVer": "x"
2180
- },
2181
- "toutiao": {
2182
- "hostVer": "√",
2183
- "uniVer": "√",
2184
- "unixVer": "x"
2185
- },
2186
- "lark": {
2187
- "hostVer": "√",
2188
- "uniVer": "√",
2189
- "unixVer": "x"
2190
- },
2191
- "qq": {
2192
- "hostVer": "√",
2193
- "uniVer": "√",
2194
- "unixVer": "x"
2195
- },
2196
- "kuaishou": {
2197
- "hostVer": "√",
2198
- "uniVer": "√",
2199
- "unixVer": "x"
2200
- },
2201
- "jd": {
2202
- "hostVer": "√",
2203
- "uniVer": "√",
2204
- "unixVer": "x"
2205
- }
2206
- },
2207
- "web": {
2208
- "uniVer": "√",
2209
- "unixVer": "4.0"
2210
- }
2211
- }
2212
- */
2213
- offTimeUpdate(callback: (result: any) => void): void;
2214
- /**
2215
- * 取消监听 onWaiting 事件
2216
- * @uniPlatform
2217
- {
2218
- "app": {
2219
- "android": {
2220
- "osVer": "5.0",
2221
- "uniVer": "√",
2222
- "uniUtsPlugin": "x",
2223
- "unixVer": "4.33",
2224
- "unixUtsPlugin": "4.33"
2225
- },
2226
- "ios": {
2227
- "osVer": "12.0",
2228
- "uniVer": "√",
2229
- "uniUtsPlugin": "x",
2230
- "unixVer": "4.41",
2231
- "unixUtsPlugin": "4.41"
2232
- }
2233
- },
2234
- "mp": {
2235
- "weixin": {
2236
- "hostVer": "√",
2237
- "uniVer": "√",
2238
- "unixVer": "4.41"
2239
- },
2240
- "alipay": {
2241
- "hostVer": "1.23.4",
2242
- "uniVer": "√",
2243
- "unixVer": "x"
2244
- },
2245
- "baidu": {
2246
- "hostVer": "√",
2247
- "uniVer": "√",
2248
- "unixVer": "x"
2249
- },
2250
- "toutiao": {
2251
- "hostVer": "√",
2252
- "uniVer": "√",
2253
- "unixVer": "x"
2254
- },
2255
- "lark": {
2256
- "hostVer": "√",
2257
- "uniVer": "√",
2258
- "unixVer": "x"
2259
- },
2260
- "qq": {
2261
- "hostVer": "√",
2262
- "uniVer": "√",
2263
- "unixVer": "x"
2264
- },
2265
- "kuaishou": {
2266
- "hostVer": "√",
2267
- "uniVer": "√",
2268
- "unixVer": "x"
2269
- },
2270
- "jd": {
2271
- "hostVer": "√",
2272
- "uniVer": "√",
2273
- "unixVer": "x"
2274
- }
2275
- },
2276
- "web": {
2277
- "uniVer": "√",
2278
- "unixVer": "4.0"
2279
- }
2280
- }
2281
- */
2282
- offError(callback: (result: ICreateInnerAudioContextFail) => void): void;
2283
- /**
2284
- * 取消监听 onWaiting 事件
2285
- * @uniPlatform
2286
- {
2287
- "app": {
2288
- "android": {
2289
- "osVer": "5.0",
2290
- "uniVer": "√",
2291
- "uniUtsPlugin": "x",
2292
- "unixVer": "4.33",
2293
- "unixUtsPlugin": "4.33"
2294
- },
2295
- "ios": {
2296
- "osVer": "12.0",
2297
- "uniVer": "√",
2298
- "uniUtsPlugin": "x",
2299
- "unixVer": "4.41",
2300
- "unixUtsPlugin": "4.41"
2301
- }
2302
- },
2303
- "web": {
2304
- "uniVer": "√",
2305
- "unixVer": "4.0"
2306
- }
2307
- }
2308
- */
2309
- offWaiting(callback: (result: any) => void): void;
2310
- /**
2311
- * 取消监听 onSeeking 事件
2312
- * @uniPlatform
2313
- {
2314
- "app": {
2315
- "android": {
2316
- "osVer": "5.0",
2317
- "uniVer": "√",
2318
- "uniUtsPlugin": "x",
2319
- "unixVer": "4.33",
2320
- "unixUtsPlugin": "4.33"
2321
- },
2322
- "ios": {
2323
- "osVer": "12.0",
2324
- "uniVer": "√",
2325
- "uniUtsPlugin": "x",
2326
- "unixVer": "4.41",
2327
- "unixUtsPlugin": "4.41"
2328
- }
2329
- },
2330
- "mp": {
2331
- "weixin": {
2332
- "hostVer": "√",
2333
- "uniVer": "√",
2334
- "unixVer": "4.41"
2335
- },
2336
- "alipay": {
2337
- "hostVer": "1.23.4",
2338
- "uniVer": "√",
2339
- "unixVer": "x"
2340
- },
2341
- "baidu": {
2342
- "hostVer": "√",
2343
- "uniVer": "√",
2344
- "unixVer": "x"
2345
- },
2346
- "toutiao": {
2347
- "hostVer": "√",
2348
- "uniVer": "√",
2349
- "unixVer": "x"
2350
- },
2351
- "lark": {
2352
- "hostVer": "√",
2353
- "uniVer": "√",
2354
- "unixVer": "x"
2355
- },
2356
- "qq": {
2357
- "hostVer": "√",
2358
- "uniVer": "√",
2359
- "unixVer": "x"
2360
- },
2361
- "kuaishou": {
2362
- "hostVer": "√",
2363
- "uniVer": "√",
2364
- "unixVer": "x"
2365
- },
2366
- "jd": {
2367
- "hostVer": "√",
2368
- "uniVer": "√",
2369
- "unixVer": "x"
2370
- }
2371
- },
2372
- "web": {
2373
- "uniVer": "√",
2374
- "unixVer": "4.0"
2375
- }
2376
- }
2377
- */
2378
- offSeeking(callback: (result: any) => void): void;
2379
- /**
2380
- * 取消监听 onSeeked 事件
2381
- * @uniPlatform
2382
- {
2383
- "app": {
2384
- "android": {
2385
- "osVer": "5.0",
2386
- "uniVer": "√",
2387
- "uniUtsPlugin": "x",
2388
- "unixVer": "4.33",
2389
- "unixUtsPlugin": "4.33"
2390
- },
2391
- "ios": {
2392
- "osVer": "12.0",
2393
- "uniVer": "√",
2394
- "uniUtsPlugin": "x",
2395
- "unixVer": "4.41",
2396
- "unixUtsPlugin": "4.41"
2397
- }
2398
- },
2399
- "mp": {
2400
- "weixin": {
2401
- "hostVer": "√",
2402
- "uniVer": "√",
2403
- "unixVer": "4.41"
2404
- },
2405
- "alipay": {
2406
- "hostVer": "1.23.4",
2407
- "uniVer": "√",
2408
- "unixVer": "x"
2409
- },
2410
- "baidu": {
2411
- "hostVer": "√",
2412
- "uniVer": "√",
2413
- "unixVer": "x"
2414
- },
2415
- "toutiao": {
2416
- "hostVer": "√",
2417
- "uniVer": "√",
2418
- "unixVer": "x"
2419
- },
2420
- "lark": {
2421
- "hostVer": "√",
2422
- "uniVer": "√",
2423
- "unixVer": "x"
2424
- },
2425
- "qq": {
2426
- "hostVer": "√",
2427
- "uniVer": "√",
2428
- "unixVer": "x"
2429
- },
2430
- "kuaishou": {
2431
- "hostVer": "√",
2432
- "uniVer": "√",
2433
- "unixVer": "x"
2434
- },
2435
- "jd": {
2436
- "hostVer": "√",
2437
- "uniVer": "√",
2438
- "unixVer": "x"
2439
- }
2440
- },
2441
- "web": {
2442
- "uniVer": "√",
2443
- "unixVer": "4.0"
2444
- }
2445
- }
2446
- */
2447
- offSeeked(callback: (result: any) => void): void;
2448
- }
2449
-
2450
- /**
2451
- * 错误码
2452
- */
2453
- export type CreateInnerAudioContextErrorCode =
2454
- /**
2455
- * 系统错误
2456
- * @uniPlatform {
2457
- "app": {
2458
- "android": {
2459
- "osVer": "5.0",
2460
- "uniVer": "√",
2461
- "uniUtsPlugin": "x",
2462
- "unixVer": "4.33",
2463
- "unixUtsPlugin": "4.33"
2464
- },
2465
- "ios": {
2466
- "osVer": "12.0",
2467
- "uniVer": "√",
2468
- "uniUtsPlugin": "x",
2469
- "unixVer": "4.41",
2470
- "unixUtsPlugin": "4.41"
2471
- }
2472
- },
2473
- "web": {
2474
- "uniVer": "x",
2475
- "unixVer": "x"
2476
- }
2477
- }
2478
- */
2479
- 1107601 |
2480
- /**
2481
- * 网络错误
2482
- * @uniPlatform {
2483
- "app": {
2484
- "android": {
2485
- "osVer": "5.0",
2486
- "uniVer": "√",
2487
- "uniUtsPlugin": "x",
2488
- "unixVer": "4.33",
2489
- "unixUtsPlugin": "4.33"
2490
- },
2491
- "ios": {
2492
- "osVer": "12.0",
2493
- "uniVer": "√",
2494
- "uniUtsPlugin": "x",
2495
- "unixVer": "4.41",
2496
- "unixUtsPlugin": "4.41"
2497
- }
2498
- },
2499
- "web": {
2500
- "uniVer": "x",
2501
- "unixVer": "x"
2502
- }
2503
- }
2504
- */
2505
- 1107602 |
2506
- /**
2507
- * 文件错误
2508
- * @uniPlatform {
2509
- "app": {
2510
- "android": {
2511
- "osVer": "5.0",
2512
- "uniVer": "√",
2513
- "uniUtsPlugin": "x",
2514
- "unixVer": "4.33",
2515
- "unixUtsPlugin": "4.33"
2516
- },
2517
- "ios": {
2518
- "osVer": "12.0",
2519
- "uniVer": "√",
2520
- "uniUtsPlugin": "x",
2521
- "unixVer": "4.41",
2522
- "unixUtsPlugin": "4.41"
2523
- }
2524
- },
2525
- "web": {
2526
- "uniVer": "x",
2527
- "unixVer": "x"
2528
- }
2529
- }
2530
- */
2531
- 1107603 |
2532
- /**
2533
- * 格式错误
2534
- * @uniPlatform {
2535
- "app": {
2536
- "android": {
2537
- "osVer": "5.0",
2538
- "uniVer": "√",
2539
- "uniUtsPlugin": "x",
2540
- "unixVer": "4.33",
2541
- "unixUtsPlugin": "4.33"
2542
- },
2543
- "ios": {
2544
- "osVer": "12.0",
2545
- "uniVer": "√",
2546
- "uniUtsPlugin": "x",
2547
- "unixVer": "4.41",
2548
- "unixUtsPlugin": "4.41"
2549
- }
2550
- },
2551
- "web": {
2552
- "uniVer": "x",
2553
- "unixVer": "x"
2554
- }
2555
- }
2556
- */
2557
- 1107604 |
2558
- /**
2559
- * 未知错误
2560
- * @uniPlatform {
2561
- "app": {
2562
- "android": {
2563
- "osVer": "5.0",
2564
- "uniVer": "√",
2565
- "uniUtsPlugin": "x",
2566
- "unixVer": "4.33",
2567
- "unixUtsPlugin": "4.33"
2568
- },
2569
- "ios": {
2570
- "osVer": "12.0",
2571
- "uniVer": "√",
2572
- "uniUtsPlugin": "x",
2573
- "unixVer": "4.41",
2574
- "unixUtsPlugin": "4.41"
2575
- }
2576
- },
2577
- "web": {
2578
- "uniVer": "x",
2579
- "unixVer": "x"
2580
- }
2581
- }
2582
- */
2583
- 1107605 |
2584
- /**
2585
- * 播放路径不能为空
2586
- * @uniPlatform {
2587
- "app": {
2588
- "android": {
2589
- "osVer": "5.0",
2590
- "uniVer": "√",
2591
- "uniUtsPlugin": "x",
2592
- "unixVer": "4.33",
2593
- "unixUtsPlugin": "4.33"
2594
- },
2595
- "ios": {
2596
- "osVer": "12.0",
2597
- "uniVer": "√",
2598
- "uniUtsPlugin": "x",
2599
- "unixVer": "4.41",
2600
- "unixUtsPlugin": "4.41"
2601
- }
2602
- },
2603
- "web": {
2604
- "uniVer": "x",
2605
- "unixVer": "x"
2606
- }
2607
- }
2608
- */
2609
- 1107609;
2610
-
2611
- export interface ICreateInnerAudioContextFail extends IUniError {
2612
- errCode: CreateInnerAudioContextErrorCode
2613
- };