@dcloudio/uni-app-x 0.7.111 → 0.7.113

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 (380) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniNativeView.d.ts +1 -0
  3. package/types/dom2-internal/UniPage.d.ts +16 -0
  4. package/types/dom2-internal/sharedData.d.ts +9 -14
  5. package/types/native/CSSStyleDeclaration.d.ts +172 -172
  6. package/types/native/CanvasRenderingContext2D.d.ts +4720 -4720
  7. package/types/native/DrawableContext.d.ts +1893 -1893
  8. package/types/native/IUniElement.d.ts +7468 -7461
  9. package/types/native/IUniNativeViewElement.d.ts +327 -327
  10. package/types/native/SnapshotOptions.d.ts +337 -62
  11. package/types/native/UniPage.d.ts +1305 -1305
  12. package/types/native/UniResizeObserver.d.ts +749 -749
  13. package/types/native/UniSwiperAnimationFinishEvent.d.ts +59 -59
  14. package/types/native/UniSwiperChangeEvent.d.ts +58 -58
  15. package/types/page.d.ts +3154 -3112
  16. package/types/uni/uts-plugin-api/global.d.ts +8 -0
  17. package/types/uni/uts-plugin-api/index.d.ts +8 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +1672 -911
  19. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +126 -126
  20. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +14 -14
  21. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +154 -154
  22. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +14 -14
  23. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/global.d.ts +55 -0
  24. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/index.d.ts +27 -0
  25. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/interface.d.ts +1155 -0
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/global.d.ts +9 -6
  27. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/index.d.ts +5 -3
  28. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +978 -972
  29. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +25 -0
  30. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +12 -0
  31. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +978 -0
  32. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +358 -358
  33. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
  34. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +78 -78
  35. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +490 -479
  36. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +214 -214
  37. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +126 -126
  38. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +30 -30
  39. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +39 -0
  40. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +19 -0
  41. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +856 -0
  42. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +338 -338
  43. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +147 -147
  44. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +397 -397
  45. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +6363 -6359
  46. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +554 -554
  47. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2149 -2149
  48. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1340 -1340
  49. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +1707 -1707
  50. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +307 -307
  51. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +310 -310
  52. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
  53. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +129 -129
  54. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +757 -757
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +5881 -5879
  56. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +442 -442
  57. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/global.d.ts +9 -0
  58. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/index.d.ts +5 -0
  59. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/interface.d.ts +0 -0
  60. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +171 -171
  61. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  62. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +536 -536
  63. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +2914 -2910
  64. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +24 -24
  65. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +208 -208
  66. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +785 -785
  67. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +4243 -4243
  68. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1979 -1963
  69. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +5 -3
  70. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +229 -229
  71. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +753 -753
  72. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +84 -84
  73. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +790 -788
  74. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +447 -447
  75. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +498 -498
  76. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1552 -1548
  77. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +58 -58
  78. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +30 -30
  79. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2513 -2513
  80. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +81 -81
  81. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +351 -351
  82. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +107 -107
  83. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +584 -584
  84. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +722 -722
  85. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +292 -292
  86. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +358 -358
  87. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +657 -657
  88. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/global.d.ts +9 -0
  89. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/index.d.ts +5 -0
  90. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  91. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1010 -1010
  92. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/global.d.ts +47 -0
  93. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/index.d.ts +23 -0
  94. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/interface.d.ts +926 -0
  95. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/global.d.ts +29 -0
  96. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/index.d.ts +14 -0
  97. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/interface.d.ts +452 -0
  98. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1442 -1442
  99. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +220 -220
  100. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +65 -65
  101. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +981 -981
  102. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +26 -26
  103. package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +1155 -0
  104. package/types/uni/uts-plugin-component/.temp/uni-camera.d.ts +38 -0
  105. package/types/uni/uts-plugin-component/.temp/uni-camera.ts +52 -0
  106. package/types/uni/uts-plugin-component/.temp/uni-canvas/utssdk/interface.uts +976 -0
  107. package/types/uni/uts-plugin-component/.temp/uni-canvas-dom2/utssdk/interface.uts +976 -0
  108. package/types/uni/uts-plugin-component/.temp/uni-editor.d.ts +171 -0
  109. package/types/uni/uts-plugin-component/.temp/uni-editor.ts +237 -0
  110. package/types/uni/uts-plugin-component/.temp/uni-form.d.ts +2 -0
  111. package/types/uni/uts-plugin-component/.temp/uni-form.ts +1 -0
  112. package/types/uni/uts-plugin-component/.temp/uni-input/utssdk/interface.uts +0 -0
  113. package/types/uni/uts-plugin-component/.temp/uni-map-tencent.d.ts +56 -0
  114. package/types/uni/uts-plugin-component/.temp/uni-map-tencent.ts +88 -0
  115. package/types/uni/uts-plugin-component/.temp/uni-match-media.d.ts +2 -0
  116. package/types/uni/uts-plugin-component/.temp/uni-match-media.ts +2 -0
  117. package/types/uni/uts-plugin-component/.temp/uni-navigator.d.ts +2 -0
  118. package/types/uni/uts-plugin-component/.temp/uni-navigator.ts +1 -0
  119. package/types/uni/uts-plugin-component/.temp/uni-page-container.d.ts +0 -0
  120. package/types/uni/uts-plugin-component/.temp/uni-page-container.ts +2 -0
  121. package/types/uni/uts-plugin-component/.temp/uni-progress.d.ts +2 -0
  122. package/types/uni/uts-plugin-component/.temp/uni-progress.ts +1 -0
  123. package/types/uni/uts-plugin-component/.temp/uni-rich-text.d.ts +7 -0
  124. package/types/uni/uts-plugin-component/.temp/uni-rich-text.ts +12 -0
  125. package/types/uni/uts-plugin-component/.temp/uni-textarea/utssdk/interface.uts +0 -0
  126. package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +936 -0
  127. package/types/uni/uts-plugin-component/.temp/uni-video.d.ts +134 -0
  128. package/types/uni/uts-plugin-component/.temp/uni-video.ts +180 -0
  129. package/types/uni/uts-plugin-component/.temp/uni-web-view/utssdk/interface.uts +452 -0
  130. package/types/uni/uts-plugin-component/.temp/uni-web-view.d.ts +51 -0
  131. package/types/uni/uts-plugin-component/.temp/uni-web-view.ts +86 -0
  132. package/types/uni/uts-plugin-component/global.d.ts +79 -0
  133. package/types/uni/uts-plugin-component/index.d.ts +79 -0
  134. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +29 -0
  135. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +14 -0
  136. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +1673 -0
  137. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +25 -0
  138. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +12 -0
  139. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +226 -0
  140. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +11 -0
  141. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +5 -0
  142. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +79 -0
  143. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +59 -0
  144. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +29 -0
  145. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +371 -0
  146. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/global.d.ts +9 -0
  147. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/index.d.ts +5 -0
  148. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/interface.d.ts +0 -0
  149. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +11 -0
  150. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +5 -0
  151. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +79 -0
  152. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +978 -976
  153. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +978 -976
  154. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +25 -0
  155. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +12 -0
  156. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +423 -0
  157. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +33 -0
  158. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +16 -0
  159. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +499 -0
  160. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +45 -0
  161. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +22 -0
  162. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +217 -0
  163. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +33 -0
  164. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +16 -0
  165. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +3379 -0
  166. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +21 -0
  167. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +10 -0
  168. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +153 -0
  169. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +19 -0
  170. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +9 -0
  171. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +61 -0
  172. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +21 -0
  173. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +10 -0
  174. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +560 -0
  175. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +15 -0
  176. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +7 -0
  177. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +214 -0
  178. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +23 -0
  179. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +11 -0
  180. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +158 -0
  181. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +29 -0
  182. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +14 -0
  183. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +2304 -0
  184. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +39 -0
  185. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +19 -0
  186. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +856 -0
  187. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/global.d.ts +25 -0
  188. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/index.d.ts +13 -0
  189. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/interface.d.ts +181 -0
  190. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +17 -0
  191. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +8 -0
  192. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +338 -0
  193. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +27 -0
  194. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +13 -0
  195. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +147 -0
  196. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +81 -0
  197. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +40 -0
  198. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +397 -0
  199. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +151 -0
  200. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +75 -0
  201. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +6428 -0
  202. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +11 -0
  203. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +5 -0
  204. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +37 -0
  205. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +13 -0
  206. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +6 -0
  207. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +620 -0
  208. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +15 -0
  209. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +7 -0
  210. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2220 -0
  211. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +17 -0
  212. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +8 -0
  213. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1406 -0
  214. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +15 -0
  215. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +7 -0
  216. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +1774 -0
  217. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +11 -0
  218. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/index.d.ts +5 -0
  219. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +82 -0
  220. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +13 -0
  221. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +6 -0
  222. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +374 -0
  223. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +13 -0
  224. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +6 -0
  225. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +377 -0
  226. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +21 -0
  227. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +11 -0
  228. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +736 -0
  229. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +33 -0
  230. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +16 -0
  231. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +420 -0
  232. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +23 -0
  233. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +11 -0
  234. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +199 -0
  235. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +37 -0
  236. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +18 -0
  237. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +757 -0
  238. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +33 -0
  239. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +16 -0
  240. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +6084 -0
  241. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +13 -0
  242. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +6 -0
  243. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +508 -0
  244. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +25 -0
  245. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +12 -0
  246. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +125 -0
  247. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +17 -0
  248. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +8 -0
  249. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +171 -0
  250. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +45 -0
  251. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +22 -0
  252. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +234 -0
  253. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +29 -0
  254. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +14 -0
  255. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +603 -0
  256. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +61 -0
  257. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +30 -0
  258. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +3443 -0
  259. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +9 -0
  260. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +5 -0
  261. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +3 -0
  262. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +9 -0
  263. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +5 -0
  264. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +3 -0
  265. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +29 -0
  266. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +14 -0
  267. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +386 -0
  268. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +157 -0
  269. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +78 -0
  270. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +5245 -0
  271. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +43 -0
  272. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +21 -0
  273. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +291 -0
  274. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +69 -0
  275. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +34 -0
  276. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +1047 -0
  277. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +109 -0
  278. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +54 -0
  279. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +4462 -0
  280. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +71 -0
  281. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +35 -0
  282. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +2142 -0
  283. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +9 -0
  284. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +5 -0
  285. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +1 -0
  286. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +17 -0
  287. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +9 -0
  288. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +48 -0
  289. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +25 -0
  290. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +12 -0
  291. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +256 -0
  292. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +29 -0
  293. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +14 -0
  294. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +823 -0
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +27 -0
  296. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +13 -0
  297. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +155 -0
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +33 -0
  299. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +16 -0
  300. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +856 -0
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +9 -0
  302. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +5 -0
  303. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +3 -0
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +9 -0
  305. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +5 -0
  306. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +9 -0
  308. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +5 -0
  309. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +5 -0
  310. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/global.d.ts +19 -0
  311. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/index.d.ts +10 -0
  312. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/interface.d.ts +26 -0
  313. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +47 -0
  314. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +23 -0
  315. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +520 -0
  316. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +31 -0
  317. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +15 -0
  318. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +568 -0
  319. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +33 -0
  320. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +16 -0
  321. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +1693 -0
  322. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +29 -0
  323. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +14 -0
  324. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +191 -0
  325. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +21 -0
  326. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +10 -0
  327. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +2999 -0
  328. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +21 -0
  329. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +10 -0
  330. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +713 -0
  331. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +59 -0
  332. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +29 -0
  333. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +2731 -0
  334. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +11 -0
  335. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +5 -0
  336. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +81 -0
  337. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +25 -0
  338. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +12 -0
  339. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +429 -0
  340. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +57 -0
  341. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +28 -0
  342. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +314 -0
  343. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +41 -0
  344. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +20 -0
  345. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +584 -0
  346. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +9 -0
  347. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +5 -0
  348. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +3 -0
  349. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +27 -0
  350. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +13 -0
  351. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +722 -0
  352. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +47 -0
  353. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +23 -0
  354. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +446 -0
  355. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +21 -0
  356. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +10 -0
  357. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +330 -0
  358. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +79 -0
  359. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +39 -0
  360. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +1030 -0
  361. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +149 -0
  362. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +74 -0
  363. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +1221 -0
  364. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +53 -0
  365. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +26 -0
  366. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +1141 -0
  367. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -22
  368. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -11
  369. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +862 -872
  370. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/global.d.ts +4 -14
  371. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/index.d.ts +2 -7
  372. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/interface.d.ts +14 -51
  373. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +113 -0
  374. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +56 -0
  375. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +1661 -0
  376. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +17 -17
  377. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +59 -0
  378. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +29 -0
  379. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +1939 -0
  380. package/types/vue/LifeCycle.d.ts +865 -854
@@ -0,0 +1,3379 @@
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_x https://doc.dcloud.net.cn/uni-app-x/api/create-inner-audio-context.html
8
+ * @tutorial_uni_app http://uniapp.dcloud.io/api/media/audio-context.html
9
+ * @uniPlatform
10
+ {
11
+ "app": {
12
+ "android": {
13
+ "osVer": "5.0",
14
+ "uniVer": "√",
15
+ "uniUtsPlugin": "4.33",
16
+ "unixVer": "4.33"
17
+ },
18
+ "ios": {
19
+ "osVer": "12.0",
20
+ "uniVer": "√",
21
+ "uniUtsPlugin": "x",
22
+ "unixVer": "4.41",
23
+ "unixUtsPlugin": "4.41"
24
+ },
25
+ "harmony": {
26
+ "osVer": "5.0.0",
27
+ "uniVer": "4.23",
28
+ "unixVer": "4.61",
29
+ }
30
+ },
31
+ "mp": {
32
+ "weixin": {
33
+ "hostVer": "√",
34
+ "uniVer": "√",
35
+ "unixVer": "4.41"
36
+ },
37
+ "alipay": {
38
+ "hostVer": "1.23.4",
39
+ "uniVer": "√",
40
+ "unixVer": "x"
41
+ },
42
+ "baidu": {
43
+ "hostVer": "√",
44
+ "uniVer": "√",
45
+ "unixVer": "x"
46
+ },
47
+ "toutiao": {
48
+ "hostVer": "√",
49
+ "uniVer": "√",
50
+ "unixVer": "x"
51
+ },
52
+ "lark": {
53
+ "hostVer": "√",
54
+ "uniVer": "√",
55
+ "unixVer": "x"
56
+ },
57
+ "qq": {
58
+ "hostVer": "√",
59
+ "uniVer": "√",
60
+ "unixVer": "x"
61
+ },
62
+ "kuaishou": {
63
+ "hostVer": "√",
64
+ "uniVer": "√",
65
+ "unixVer": "x"
66
+ },
67
+ "jd": {
68
+ "hostVer": "√",
69
+ "uniVer": "√",
70
+ "unixVer": "x"
71
+ }
72
+ },
73
+ "web": {
74
+ "uniVer": "√",
75
+ "unixVer": "4.0"
76
+ }
77
+ }
78
+ */
79
+ createInnerAudioContext(): InnerAudioContext;
80
+ /**
81
+ * 设置 InnerAudioContext 的播放选项,需要在InnerAudioContext对象调用音频播放前设置才生效。
82
+ * @uniPlatform
83
+ {
84
+ "app": {
85
+ "android": {
86
+ "osVer": "5.0",
87
+ "uniVer": "√",
88
+ "uniUtsPlugin": "4.73",
89
+ "unixVer": "4.73"
90
+ },
91
+ "ios": {
92
+ "osVer": "12.0",
93
+ "uniVer": "x",
94
+ "uniUtsPlugin": "x",
95
+ "unixVer": "4.81",
96
+ "unixUtsPlugin": "4.81"
97
+ },
98
+ "harmony": {
99
+ "osVer": "5.0.0",
100
+ "uniVer": "x",
101
+ "unixVer": "x",
102
+ }
103
+ },
104
+ "mp": {
105
+ "weixin": {
106
+ "hostVer": "√",
107
+ "uniVer": "√",
108
+ "unixVer": "4.41"
109
+ },
110
+ "alipay": {
111
+ "hostVer": "1.23.4",
112
+ "uniVer": "√",
113
+ "unixVer": "x"
114
+ },
115
+ "baidu": {
116
+ "hostVer": "√",
117
+ "uniVer": "√",
118
+ "unixVer": "x"
119
+ },
120
+ "toutiao": {
121
+ "hostVer": "√",
122
+ "uniVer": "√",
123
+ "unixVer": "x"
124
+ },
125
+ "lark": {
126
+ "hostVer": "√",
127
+ "uniVer": "√",
128
+ "unixVer": "x"
129
+ },
130
+ "qq": {
131
+ "hostVer": "√",
132
+ "uniVer": "√",
133
+ "unixVer": "x"
134
+ },
135
+ "kuaishou": {
136
+ "hostVer": "√",
137
+ "uniVer": "√",
138
+ "unixVer": "x"
139
+ },
140
+ "jd": {
141
+ "hostVer": "√",
142
+ "uniVer": "√",
143
+ "unixVer": "x"
144
+ }
145
+ },
146
+ "web": {
147
+ "uniVer": "√",
148
+ "unixVer": "4.0"
149
+ }
150
+ }
151
+ */
152
+ setInnerAudioOption(option:SetInnerAudioOptionOptions):void
153
+ }
154
+
155
+ export type CreateInnerAudioContext = () => InnerAudioContext;
156
+ export type SetInnerAudioOptionSuccess = {};
157
+ export type SetInnerAudioOptionSuccessCallback = (result: SetInnerAudioOptionSuccess) => void;
158
+ export type SetInnerAudioOptionFail = ICreateInnerAudioContextFail;
159
+ export type SetInnerAudioOptionFailCallback = (result: SetInnerAudioOptionFail) => void;
160
+ export type SetInnerAudioOptionComplete = any;
161
+ export type SetInnerAudioOptionCompleteCallback = (result: SetInnerAudioOptionComplete) => void;
162
+
163
+ export type SetInnerAudioOptionOptions = {
164
+ /**
165
+ * 是否与其他音频混播,设置为 true 之后,不会终止其他应用或应用内的音频; 设置为false之后,会暂停背景音频和三方app音频
166
+ * @defaultValue true
167
+ * @uniPlatform
168
+ {
169
+ "app": {
170
+ "android": {
171
+ "osVer": "5.0",
172
+ "uniVer": "√",
173
+ "uniUtsPlugin": "4.73",
174
+ "unixVer": "4.73"
175
+ },
176
+ "ios": {
177
+ "osVer": "12.0",
178
+ "uniVer": "x",
179
+ "uniUtsPlugin": "x",
180
+ "unixVer": "4.81",
181
+ "unixUtsPlugin": "4.81"
182
+ },
183
+ "harmony": {
184
+ "osVer": "5.0.0(12)",
185
+ "uniVer": "4.85",
186
+ "unixVer": "4.85",
187
+ }
188
+ },
189
+ "mp": {
190
+ "weixin": {
191
+ "hostVer": "√",
192
+ "uniVer": "√",
193
+ "unixVer": "4.41"
194
+ },
195
+ "alipay": {
196
+ "hostVer": "1.23.4",
197
+ "uniVer": "√",
198
+ "unixVer": "x"
199
+ },
200
+ "baidu": {
201
+ "hostVer": "√",
202
+ "uniVer": "√",
203
+ "unixVer": "x"
204
+ },
205
+ "toutiao": {
206
+ "hostVer": "√",
207
+ "uniVer": "√",
208
+ "unixVer": "x"
209
+ },
210
+ "lark": {
211
+ "hostVer": "√",
212
+ "uniVer": "√",
213
+ "unixVer": "x"
214
+ },
215
+ "qq": {
216
+ "hostVer": "√",
217
+ "uniVer": "√",
218
+ "unixVer": "x"
219
+ },
220
+ "kuaishou": {
221
+ "hostVer": "√",
222
+ "uniVer": "√",
223
+ "unixVer": "x"
224
+ },
225
+ "jd": {
226
+ "hostVer": "√",
227
+ "uniVer": "√",
228
+ "unixVer": "x"
229
+ }
230
+ },
231
+ "web": {
232
+ "uniVer": "√",
233
+ "unixVer": "4.0"
234
+ }
235
+ }
236
+ */
237
+ mixWithOther?:boolean|null,
238
+ /**
239
+ * true 代表用扬声器播放,false 代表听筒播放
240
+ * @defaultValue true
241
+ * @uniPlatform
242
+ {
243
+ "app": {
244
+ "android": {
245
+ "osVer": "5.0",
246
+ "uniVer": "√",
247
+ "uniUtsPlugin": "5.0",
248
+ "unixVer": "5.0"
249
+ },
250
+ "ios": {
251
+ "osVer": "12.0",
252
+ "uniVer": "x",
253
+ "uniUtsPlugin": "x",
254
+ "unixVer": "5.0",
255
+ "unixUtsPlugin": "5.0"
256
+ },
257
+ "harmony": {
258
+ "osVer": "5.0.0(12)",
259
+ "uniVer": "5.0",
260
+ "unixVer": "5.0",
261
+ }
262
+ },
263
+ "mp": {
264
+ "weixin": {
265
+ "hostVer": "√",
266
+ "uniVer": "√",
267
+ "unixVer": "4.41"
268
+ },
269
+ "alipay": {
270
+ "hostVer": "1.23.4",
271
+ "uniVer": "√",
272
+ "unixVer": "x"
273
+ },
274
+ "baidu": {
275
+ "hostVer": "√",
276
+ "uniVer": "√",
277
+ "unixVer": "x"
278
+ },
279
+ "toutiao": {
280
+ "hostVer": "√",
281
+ "uniVer": "√",
282
+ "unixVer": "x"
283
+ },
284
+ "lark": {
285
+ "hostVer": "√",
286
+ "uniVer": "√",
287
+ "unixVer": "x"
288
+ },
289
+ "qq": {
290
+ "hostVer": "√",
291
+ "uniVer": "√",
292
+ "unixVer": "x"
293
+ },
294
+ "kuaishou": {
295
+ "hostVer": "√",
296
+ "uniVer": "√",
297
+ "unixVer": "x"
298
+ },
299
+ "jd": {
300
+ "hostVer": "√",
301
+ "uniVer": "√",
302
+ "unixVer": "x"
303
+ }
304
+ },
305
+ "web": {
306
+ "uniVer": "√",
307
+ "unixVer": "4.0"
308
+ }
309
+ }
310
+ */
311
+ speakerOn?: boolean | null,
312
+ /**
313
+ *(仅在 iOS 生效)是否遵循静音开关,设置为 false 之后,即使是在静音模式下,也能播放声音
314
+ * @defaultValue true
315
+ * @uniPlatform
316
+ {
317
+ "app": {
318
+ "android": {
319
+ "osVer": "5.0",
320
+ "uniVer": "x",
321
+ "uniUtsPlugin": "x",
322
+ "unixVer": "x"
323
+ },
324
+ "ios": {
325
+ "osVer": "12.0",
326
+ "uniVer": "x",
327
+ "uniUtsPlugin": "x",
328
+ "unixVer": "5.0",
329
+ "unixUtsPlugin": "5.0"
330
+ },
331
+ "harmony": {
332
+ "osVer": "5.0.0(12)",
333
+ "uniVer": "x",
334
+ "unixVer": "x",
335
+ }
336
+ },
337
+ "mp": {
338
+ "weixin": {
339
+ "hostVer": "√",
340
+ "uniVer": "√",
341
+ "unixVer": "4.41"
342
+ },
343
+ "alipay": {
344
+ "hostVer": "1.23.4",
345
+ "uniVer": "√",
346
+ "unixVer": "x"
347
+ },
348
+ "baidu": {
349
+ "hostVer": "√",
350
+ "uniVer": "√",
351
+ "unixVer": "x"
352
+ },
353
+ "toutiao": {
354
+ "hostVer": "√",
355
+ "uniVer": "√",
356
+ "unixVer": "x"
357
+ },
358
+ "lark": {
359
+ "hostVer": "√",
360
+ "uniVer": "√",
361
+ "unixVer": "x"
362
+ },
363
+ "qq": {
364
+ "hostVer": "√",
365
+ "uniVer": "√",
366
+ "unixVer": "x"
367
+ },
368
+ "kuaishou": {
369
+ "hostVer": "√",
370
+ "uniVer": "√",
371
+ "unixVer": "x"
372
+ },
373
+ "jd": {
374
+ "hostVer": "√",
375
+ "uniVer": "√",
376
+ "unixVer": "x"
377
+ }
378
+ },
379
+ "web": {
380
+ "uniVer": "√",
381
+ "unixVer": "4.0"
382
+ }
383
+ }
384
+ */
385
+ obeyMuteSwitch?: boolean | null,
386
+ /**
387
+ * 接口调用成功的回调函数
388
+ * @uniPlatform
389
+ {
390
+ "app": {
391
+ "android": {
392
+ "osVer": "5.0",
393
+ "uniVer": "√",
394
+ "uniUtsPlugin": "4.73",
395
+ "unixVer": "4.73"
396
+ },
397
+ "ios": {
398
+ "osVer": "12.0",
399
+ "uniVer": "x",
400
+ "uniUtsPlugin": "x",
401
+ "unixVer": "4.81",
402
+ "unixUtsPlugin": "4.81"
403
+ },
404
+ "harmony": {
405
+ "osVer": "5.0.0",
406
+ "uniVer": "x",
407
+ "unixVer": "x",
408
+ }
409
+ },
410
+ "mp": {
411
+ "weixin": {
412
+ "hostVer": "√",
413
+ "uniVer": "√",
414
+ "unixVer": "4.41"
415
+ },
416
+ "alipay": {
417
+ "hostVer": "1.23.4",
418
+ "uniVer": "√",
419
+ "unixVer": "x"
420
+ },
421
+ "baidu": {
422
+ "hostVer": "√",
423
+ "uniVer": "√",
424
+ "unixVer": "x"
425
+ },
426
+ "toutiao": {
427
+ "hostVer": "√",
428
+ "uniVer": "√",
429
+ "unixVer": "x"
430
+ },
431
+ "lark": {
432
+ "hostVer": "√",
433
+ "uniVer": "√",
434
+ "unixVer": "x"
435
+ },
436
+ "qq": {
437
+ "hostVer": "√",
438
+ "uniVer": "√",
439
+ "unixVer": "x"
440
+ },
441
+ "kuaishou": {
442
+ "hostVer": "√",
443
+ "uniVer": "√",
444
+ "unixVer": "x"
445
+ },
446
+ "jd": {
447
+ "hostVer": "√",
448
+ "uniVer": "√",
449
+ "unixVer": "x"
450
+ }
451
+ },
452
+ "web": {
453
+ "uniVer": "√",
454
+ "unixVer": "4.0"
455
+ }
456
+ }
457
+ */
458
+ success?:SetInnerAudioOptionSuccessCallback|null,
459
+ /**
460
+ * 接口调用失败的回调函数
461
+ * @uniPlatform
462
+ {
463
+ "app": {
464
+ "android": {
465
+ "osVer": "5.0",
466
+ "uniVer": "√",
467
+ "uniUtsPlugin": "4.73",
468
+ "unixVer": "4.73"
469
+ },
470
+ "ios": {
471
+ "osVer": "12.0",
472
+ "uniVer": "x",
473
+ "uniUtsPlugin": "x",
474
+ "unixVer": "4.81",
475
+ "unixUtsPlugin": "4.81"
476
+ },
477
+ "harmony": {
478
+ "osVer": "5.0.0",
479
+ "uniVer": "x",
480
+ "unixVer": "x",
481
+ }
482
+ },
483
+ "mp": {
484
+ "weixin": {
485
+ "hostVer": "√",
486
+ "uniVer": "√",
487
+ "unixVer": "4.41"
488
+ },
489
+ "alipay": {
490
+ "hostVer": "1.23.4",
491
+ "uniVer": "√",
492
+ "unixVer": "x"
493
+ },
494
+ "baidu": {
495
+ "hostVer": "√",
496
+ "uniVer": "√",
497
+ "unixVer": "x"
498
+ },
499
+ "toutiao": {
500
+ "hostVer": "√",
501
+ "uniVer": "√",
502
+ "unixVer": "x"
503
+ },
504
+ "lark": {
505
+ "hostVer": "√",
506
+ "uniVer": "√",
507
+ "unixVer": "x"
508
+ },
509
+ "qq": {
510
+ "hostVer": "√",
511
+ "uniVer": "√",
512
+ "unixVer": "x"
513
+ },
514
+ "kuaishou": {
515
+ "hostVer": "√",
516
+ "uniVer": "√",
517
+ "unixVer": "x"
518
+ },
519
+ "jd": {
520
+ "hostVer": "√",
521
+ "uniVer": "√",
522
+ "unixVer": "x"
523
+ }
524
+ },
525
+ "web": {
526
+ "uniVer": "√",
527
+ "unixVer": "4.0"
528
+ }
529
+ }
530
+ */
531
+ fail?:SetInnerAudioOptionFailCallback|null,
532
+ /**
533
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
534
+ * @uniPlatform
535
+ {
536
+ "app": {
537
+ "android": {
538
+ "osVer": "5.0",
539
+ "uniVer": "√",
540
+ "uniUtsPlugin": "4.73",
541
+ "unixVer": "4.73"
542
+ },
543
+ "ios": {
544
+ "osVer": "12.0",
545
+ "uniVer": "x",
546
+ "uniUtsPlugin": "x",
547
+ "unixVer": "4.81",
548
+ "unixUtsPlugin": "4.81"
549
+ },
550
+ "harmony": {
551
+ "osVer": "5.0.0",
552
+ "uniVer": "x",
553
+ "unixVer": "x",
554
+ }
555
+ },
556
+ "mp": {
557
+ "weixin": {
558
+ "hostVer": "√",
559
+ "uniVer": "√",
560
+ "unixVer": "4.41"
561
+ },
562
+ "alipay": {
563
+ "hostVer": "1.23.4",
564
+ "uniVer": "√",
565
+ "unixVer": "x"
566
+ },
567
+ "baidu": {
568
+ "hostVer": "√",
569
+ "uniVer": "√",
570
+ "unixVer": "x"
571
+ },
572
+ "toutiao": {
573
+ "hostVer": "√",
574
+ "uniVer": "√",
575
+ "unixVer": "x"
576
+ },
577
+ "lark": {
578
+ "hostVer": "√",
579
+ "uniVer": "√",
580
+ "unixVer": "x"
581
+ },
582
+ "qq": {
583
+ "hostVer": "√",
584
+ "uniVer": "√",
585
+ "unixVer": "x"
586
+ },
587
+ "kuaishou": {
588
+ "hostVer": "√",
589
+ "uniVer": "√",
590
+ "unixVer": "x"
591
+ },
592
+ "jd": {
593
+ "hostVer": "√",
594
+ "uniVer": "√",
595
+ "unixVer": "x"
596
+ }
597
+ },
598
+ "web": {
599
+ "uniVer": "√",
600
+ "unixVer": "4.0"
601
+ }
602
+ }
603
+ */
604
+ complete?:SetInnerAudioOptionCompleteCallback|null
605
+ }
606
+
607
+ export type SetInnerAudioOption = (option:SetInnerAudioOptionOptions)=>void;
608
+
609
+ export interface InnerAudioContext {
610
+ /**
611
+ * 当前音频的长度(单位:s),只有在当前有合法的 src 时返回
612
+ * @uniPlatform
613
+ {
614
+ "app": {
615
+ "android": {
616
+ "osVer": "5.0",
617
+ "uniVer": "√",
618
+ "uniUtsPlugin": "4.33",
619
+ "unixVer": "4.33"
620
+ },
621
+ "ios": {
622
+ "osVer": "12.0",
623
+ "uniVer": "√",
624
+ "uniUtsPlugin": "x",
625
+ "unixVer": "4.41",
626
+ "unixUtsPlugin": "4.41"
627
+ },
628
+ "harmony": {
629
+ "osVer": "5.0.0",
630
+ "uniVer": "4.23",
631
+ "unixVer": "4.61",
632
+ }
633
+ },
634
+ "mp": {
635
+ "weixin": {
636
+ "hostVer": "√",
637
+ "uniVer": "√",
638
+ "unixVer": "4.41"
639
+ },
640
+ "alipay": {
641
+ "hostVer": "1.23.4",
642
+ "uniVer": "√",
643
+ "unixVer": "x"
644
+ },
645
+ "baidu": {
646
+ "hostVer": "√",
647
+ "uniVer": "√",
648
+ "unixVer": "x"
649
+ },
650
+ "toutiao": {
651
+ "hostVer": "√",
652
+ "uniVer": "√",
653
+ "unixVer": "x"
654
+ },
655
+ "lark": {
656
+ "hostVer": "√",
657
+ "uniVer": "√",
658
+ "unixVer": "x"
659
+ },
660
+ "qq": {
661
+ "hostVer": "√",
662
+ "uniVer": "√",
663
+ "unixVer": "x"
664
+ },
665
+ "kuaishou": {
666
+ "hostVer": "√",
667
+ "uniVer": "√",
668
+ "unixVer": "x"
669
+ },
670
+ "jd": {
671
+ "hostVer": "√",
672
+ "uniVer": "√",
673
+ "unixVer": "x"
674
+ }
675
+ },
676
+ "web": {
677
+ "uniVer": "√",
678
+ "unixVer": "4.0"
679
+ }
680
+ }
681
+ */
682
+ duration: number;
683
+ /**
684
+ * 当前音频的播放位置(单位:s),只有在当前有合法的 src 时返回
685
+ * @uniPlatform
686
+ {
687
+ "app": {
688
+ "android": {
689
+ "osVer": "5.0",
690
+ "uniVer": "√",
691
+ "uniUtsPlugin": "4.33",
692
+ "unixVer": "4.33"
693
+ },
694
+ "ios": {
695
+ "osVer": "12.0",
696
+ "uniVer": "√",
697
+ "uniUtsPlugin": "x",
698
+ "unixVer": "4.41",
699
+ "unixUtsPlugin": "4.41"
700
+ },
701
+ "harmony": {
702
+ "osVer": "5.0.0",
703
+ "uniVer": "4.23",
704
+ "unixVer": "4.61",
705
+ }
706
+ },
707
+ "mp": {
708
+ "weixin": {
709
+ "hostVer": "√",
710
+ "uniVer": "√",
711
+ "unixVer": "4.41"
712
+ },
713
+ "alipay": {
714
+ "hostVer": "1.23.4",
715
+ "uniVer": "√",
716
+ "unixVer": "x"
717
+ },
718
+ "baidu": {
719
+ "hostVer": "√",
720
+ "uniVer": "√",
721
+ "unixVer": "x"
722
+ },
723
+ "toutiao": {
724
+ "hostVer": "√",
725
+ "uniVer": "√",
726
+ "unixVer": "x"
727
+ },
728
+ "lark": {
729
+ "hostVer": "√",
730
+ "uniVer": "√",
731
+ "unixVer": "x"
732
+ },
733
+ "qq": {
734
+ "hostVer": "√",
735
+ "uniVer": "√",
736
+ "unixVer": "x"
737
+ },
738
+ "kuaishou": {
739
+ "hostVer": "√",
740
+ "uniVer": "√",
741
+ "unixVer": "x"
742
+ },
743
+ "jd": {
744
+ "hostVer": "√",
745
+ "uniVer": "√",
746
+ "unixVer": "x"
747
+ }
748
+ },
749
+ "web": {
750
+ "uniVer": "√",
751
+ "unixVer": "4.0"
752
+ }
753
+ }
754
+ */
755
+ currentTime: number;
756
+ /**
757
+ * 当前是是否暂停或停止状态,true 表示暂停或停止,false 表示正在播放
758
+ * @uniPlatform
759
+ {
760
+ "app": {
761
+ "android": {
762
+ "osVer": "5.0",
763
+ "uniVer": "√",
764
+ "uniUtsPlugin": "4.33",
765
+ "unixVer": "4.33"
766
+ },
767
+ "ios": {
768
+ "osVer": "12.0",
769
+ "uniVer": "√",
770
+ "uniUtsPlugin": "x",
771
+ "unixVer": "4.41",
772
+ "unixUtsPlugin": "4.41"
773
+ },
774
+ "harmony": {
775
+ "osVer": "5.0.0",
776
+ "uniVer": "4.23",
777
+ "unixVer": "4.61",
778
+ }
779
+ },
780
+ "mp": {
781
+ "weixin": {
782
+ "hostVer": "√",
783
+ "uniVer": "√",
784
+ "unixVer": "4.41"
785
+ },
786
+ "alipay": {
787
+ "hostVer": "1.23.4",
788
+ "uniVer": "√",
789
+ "unixVer": "x"
790
+ },
791
+ "baidu": {
792
+ "hostVer": "√",
793
+ "uniVer": "√",
794
+ "unixVer": "x"
795
+ },
796
+ "toutiao": {
797
+ "hostVer": "√",
798
+ "uniVer": "√",
799
+ "unixVer": "x"
800
+ },
801
+ "lark": {
802
+ "hostVer": "√",
803
+ "uniVer": "√",
804
+ "unixVer": "x"
805
+ },
806
+ "qq": {
807
+ "hostVer": "√",
808
+ "uniVer": "√",
809
+ "unixVer": "x"
810
+ },
811
+ "kuaishou": {
812
+ "hostVer": "√",
813
+ "uniVer": "√",
814
+ "unixVer": "x"
815
+ },
816
+ "jd": {
817
+ "hostVer": "√",
818
+ "uniVer": "√",
819
+ "unixVer": "x"
820
+ }
821
+ },
822
+ "web": {
823
+ "uniVer": "√",
824
+ "unixVer": "4.0"
825
+ }
826
+ }
827
+ */
828
+ paused: boolean;
829
+ /**
830
+ * 音频的数据链接,用于直接播放
831
+ * @uniPlatform
832
+ {
833
+ "app": {
834
+ "android": {
835
+ "osVer": "5.0",
836
+ "uniVer": "√",
837
+ "uniUtsPlugin": "4.33",
838
+ "unixVer": "4.33"
839
+ },
840
+ "ios": {
841
+ "osVer": "12.0",
842
+ "uniVer": "√",
843
+ "uniUtsPlugin": "x",
844
+ "unixVer": "4.41",
845
+ "unixUtsPlugin": "4.41"
846
+ },
847
+ "harmony": {
848
+ "osVer": "5.0.0",
849
+ "uniVer": "4.23",
850
+ "unixVer": "4.61",
851
+ }
852
+ },
853
+ "mp": {
854
+ "weixin": {
855
+ "hostVer": "√",
856
+ "uniVer": "√",
857
+ "unixVer": "4.41"
858
+ },
859
+ "alipay": {
860
+ "hostVer": "1.23.4",
861
+ "uniVer": "√",
862
+ "unixVer": "x"
863
+ },
864
+ "baidu": {
865
+ "hostVer": "√",
866
+ "uniVer": "√",
867
+ "unixVer": "x"
868
+ },
869
+ "toutiao": {
870
+ "hostVer": "√",
871
+ "uniVer": "√",
872
+ "unixVer": "x"
873
+ },
874
+ "lark": {
875
+ "hostVer": "√",
876
+ "uniVer": "√",
877
+ "unixVer": "x"
878
+ },
879
+ "qq": {
880
+ "hostVer": "√",
881
+ "uniVer": "√",
882
+ "unixVer": "x"
883
+ },
884
+ "kuaishou": {
885
+ "hostVer": "√",
886
+ "uniVer": "√",
887
+ "unixVer": "x"
888
+ },
889
+ "jd": {
890
+ "hostVer": "√",
891
+ "uniVer": "√",
892
+ "unixVer": "x"
893
+ }
894
+ },
895
+ "web": {
896
+ "uniVer": "√",
897
+ "unixVer": "4.0"
898
+ }
899
+ }
900
+ */
901
+ src: string;
902
+ /**
903
+ * 音频开始播放的位置(单位:s)
904
+ * @uniPlatform
905
+ {
906
+ "app": {
907
+ "android": {
908
+ "osVer": "5.0",
909
+ "uniVer": "√",
910
+ "uniUtsPlugin": "4.33",
911
+ "unixVer": "4.33"
912
+ },
913
+ "ios": {
914
+ "osVer": "12.0",
915
+ "uniVer": "√",
916
+ "uniUtsPlugin": "x",
917
+ "unixVer": "4.41",
918
+ "unixUtsPlugin": "4.41"
919
+ },
920
+ "harmony": {
921
+ "osVer": "5.0.0",
922
+ "uniVer": "4.23",
923
+ "unixVer": "4.61",
924
+ }
925
+ },
926
+ "mp": {
927
+ "weixin": {
928
+ "hostVer": "√",
929
+ "uniVer": "√",
930
+ "unixVer": "4.41"
931
+ },
932
+ "alipay": {
933
+ "hostVer": "1.23.4",
934
+ "uniVer": "√",
935
+ "unixVer": "x"
936
+ },
937
+ "baidu": {
938
+ "hostVer": "√",
939
+ "uniVer": "√",
940
+ "unixVer": "x"
941
+ },
942
+ "toutiao": {
943
+ "hostVer": "√",
944
+ "uniVer": "√",
945
+ "unixVer": "x"
946
+ },
947
+ "lark": {
948
+ "hostVer": "√",
949
+ "uniVer": "√",
950
+ "unixVer": "x"
951
+ },
952
+ "qq": {
953
+ "hostVer": "√",
954
+ "uniVer": "√",
955
+ "unixVer": "x"
956
+ },
957
+ "kuaishou": {
958
+ "hostVer": "√",
959
+ "uniVer": "√",
960
+ "unixVer": "x"
961
+ },
962
+ "jd": {
963
+ "hostVer": "√",
964
+ "uniVer": "√",
965
+ "unixVer": "x"
966
+ }
967
+ },
968
+ "web": {
969
+ "uniVer": "√",
970
+ "unixVer": "4.0"
971
+ }
972
+ }
973
+ */
974
+ startTime: number;
975
+ /**
976
+ * 音频缓冲的时间点,仅保证当前播放时间点到此时间点内容已缓冲
977
+ * @uniPlatform
978
+ {
979
+ "app": {
980
+ "android": {
981
+ "osVer": "5.0",
982
+ "uniVer": "√",
983
+ "uniUtsPlugin": "4.33",
984
+ "unixVer": "4.33"
985
+ },
986
+ "ios": {
987
+ "osVer": "12.0",
988
+ "uniVer": "√",
989
+ "uniUtsPlugin": "x",
990
+ "unixVer": "4.41",
991
+ "unixUtsPlugin": "4.41"
992
+ },
993
+ "harmony": {
994
+ "osVer": "5.0.0",
995
+ "uniVer": "x",
996
+ "unixVer": "x",
997
+ }
998
+ },
999
+ "mp": {
1000
+ "weixin": {
1001
+ "hostVer": "√",
1002
+ "uniVer": "√",
1003
+ "unixVer": "4.41"
1004
+ },
1005
+ "alipay": {
1006
+ "hostVer": "1.23.4",
1007
+ "uniVer": "√",
1008
+ "unixVer": "x"
1009
+ },
1010
+ "baidu": {
1011
+ "hostVer": "√",
1012
+ "uniVer": "√",
1013
+ "unixVer": "x"
1014
+ },
1015
+ "toutiao": {
1016
+ "hostVer": "√",
1017
+ "uniVer": "√",
1018
+ "unixVer": "x"
1019
+ },
1020
+ "lark": {
1021
+ "hostVer": "√",
1022
+ "uniVer": "√",
1023
+ "unixVer": "x"
1024
+ },
1025
+ "qq": {
1026
+ "hostVer": "√",
1027
+ "uniVer": "√",
1028
+ "unixVer": "x"
1029
+ },
1030
+ "kuaishou": {
1031
+ "hostVer": "√",
1032
+ "uniVer": "√",
1033
+ "unixVer": "x"
1034
+ },
1035
+ "jd": {
1036
+ "hostVer": "√",
1037
+ "uniVer": "√",
1038
+ "unixVer": "x"
1039
+ }
1040
+ },
1041
+ "web": {
1042
+ "uniVer": "√",
1043
+ "unixVer": "4.0"
1044
+ }
1045
+ }
1046
+ */
1047
+ buffered: number;
1048
+ /**
1049
+ * 是否自动开始播放,默认 false
1050
+ * @defaultValue false
1051
+ * @uniPlatform
1052
+ {
1053
+ "app": {
1054
+ "android": {
1055
+ "osVer": "5.0",
1056
+ "uniVer": "√",
1057
+ "uniUtsPlugin": "4.33",
1058
+ "unixVer": "4.33"
1059
+ },
1060
+ "ios": {
1061
+ "osVer": "12.0",
1062
+ "uniVer": "√",
1063
+ "uniUtsPlugin": "x",
1064
+ "unixVer": "4.41",
1065
+ "unixUtsPlugin": "4.41"
1066
+ },
1067
+ "harmony": {
1068
+ "osVer": "5.0.0",
1069
+ "uniVer": "4.23",
1070
+ "unixVer": "4.61",
1071
+ }
1072
+ },
1073
+ "mp": {
1074
+ "weixin": {
1075
+ "hostVer": "√",
1076
+ "uniVer": "√",
1077
+ "unixVer": "4.41"
1078
+ },
1079
+ "alipay": {
1080
+ "hostVer": "1.23.4",
1081
+ "uniVer": "√",
1082
+ "unixVer": "x"
1083
+ },
1084
+ "baidu": {
1085
+ "hostVer": "√",
1086
+ "uniVer": "√",
1087
+ "unixVer": "x"
1088
+ },
1089
+ "toutiao": {
1090
+ "hostVer": "√",
1091
+ "uniVer": "√",
1092
+ "unixVer": "x"
1093
+ },
1094
+ "lark": {
1095
+ "hostVer": "√",
1096
+ "uniVer": "√",
1097
+ "unixVer": "x"
1098
+ },
1099
+ "qq": {
1100
+ "hostVer": "√",
1101
+ "uniVer": "√",
1102
+ "unixVer": "x"
1103
+ },
1104
+ "kuaishou": {
1105
+ "hostVer": "√",
1106
+ "uniVer": "√",
1107
+ "unixVer": "x"
1108
+ },
1109
+ "jd": {
1110
+ "hostVer": "√",
1111
+ "uniVer": "√",
1112
+ "unixVer": "x"
1113
+ }
1114
+ },
1115
+ "web": {
1116
+ "uniVer": "√",
1117
+ "unixVer": "4.0"
1118
+ }
1119
+ }
1120
+ */
1121
+ autoplay: boolean;
1122
+ /**
1123
+ * 是否循环播放,默认 false
1124
+ * @defaultValue false
1125
+ * @uniPlatform
1126
+ {
1127
+ "app": {
1128
+ "android": {
1129
+ "osVer": "5.0",
1130
+ "uniVer": "√",
1131
+ "uniUtsPlugin": "4.33",
1132
+ "unixVer": "4.33"
1133
+ },
1134
+ "ios": {
1135
+ "osVer": "12.0",
1136
+ "uniVer": "√",
1137
+ "uniUtsPlugin": "x",
1138
+ "unixVer": "4.41",
1139
+ "unixUtsPlugin": "4.41"
1140
+ },
1141
+ "harmony": {
1142
+ "osVer": "5.0.0",
1143
+ "uniVer": "4.23",
1144
+ "unixVer": "4.61",
1145
+ }
1146
+ },
1147
+ "mp": {
1148
+ "weixin": {
1149
+ "hostVer": "√",
1150
+ "uniVer": "√",
1151
+ "unixVer": "4.41"
1152
+ },
1153
+ "alipay": {
1154
+ "hostVer": "1.23.4",
1155
+ "uniVer": "√",
1156
+ "unixVer": "x"
1157
+ },
1158
+ "baidu": {
1159
+ "hostVer": "√",
1160
+ "uniVer": "√",
1161
+ "unixVer": "x"
1162
+ },
1163
+ "toutiao": {
1164
+ "hostVer": "√",
1165
+ "uniVer": "√",
1166
+ "unixVer": "x"
1167
+ },
1168
+ "lark": {
1169
+ "hostVer": "√",
1170
+ "uniVer": "√",
1171
+ "unixVer": "x"
1172
+ },
1173
+ "qq": {
1174
+ "hostVer": "√",
1175
+ "uniVer": "√",
1176
+ "unixVer": "x"
1177
+ },
1178
+ "kuaishou": {
1179
+ "hostVer": "√",
1180
+ "uniVer": "√",
1181
+ "unixVer": "x"
1182
+ },
1183
+ "jd": {
1184
+ "hostVer": "√",
1185
+ "uniVer": "√",
1186
+ "unixVer": "x"
1187
+ }
1188
+ },
1189
+ "web": {
1190
+ "uniVer": "√",
1191
+ "unixVer": "4.0"
1192
+ }
1193
+ }
1194
+ */
1195
+ loop: boolean;
1196
+ /**
1197
+ * 是否遵循系统静音开关,当此参数为 false 时,即使用户打开了静音开关,也能继续发出声音,默认值 true
1198
+ * @uniPlatform
1199
+ {
1200
+ "app": {
1201
+ "android": {
1202
+ "osVer": "5.0",
1203
+ "uniVer": "√",
1204
+ "uniUtsPlugin": "x",
1205
+ "unixVer": "x"
1206
+ },
1207
+ "ios": {
1208
+ "osVer": "12.0",
1209
+ "uniVer": "√",
1210
+ "uniUtsPlugin": "x",
1211
+ "unixVer": "5.0",
1212
+ "unixUtsPlugin": "5.0"
1213
+ },
1214
+ "harmony": {
1215
+ "osVer": "5.0.0",
1216
+ "uniVer": "x",
1217
+ "unixVer": "x",
1218
+ }
1219
+ },
1220
+ "mp": {
1221
+ "weixin": {
1222
+ "hostVer": "√",
1223
+ "uniVer": "√",
1224
+ "unixVer": "4.41"
1225
+ },
1226
+ "alipay": {
1227
+ "hostVer": "1.23.4",
1228
+ "uniVer": "√",
1229
+ "unixVer": "x"
1230
+ },
1231
+ "baidu": {
1232
+ "hostVer": "√",
1233
+ "uniVer": "√",
1234
+ "unixVer": "x"
1235
+ },
1236
+ "toutiao": {
1237
+ "hostVer": "√",
1238
+ "uniVer": "√",
1239
+ "unixVer": "x"
1240
+ },
1241
+ "lark": {
1242
+ "hostVer": "√",
1243
+ "uniVer": "√",
1244
+ "unixVer": "x"
1245
+ },
1246
+ "qq": {
1247
+ "hostVer": "√",
1248
+ "uniVer": "√",
1249
+ "unixVer": "x"
1250
+ },
1251
+ "kuaishou": {
1252
+ "hostVer": "√",
1253
+ "uniVer": "√",
1254
+ "unixVer": "x"
1255
+ },
1256
+ "jd": {
1257
+ "hostVer": "√",
1258
+ "uniVer": "√",
1259
+ "unixVer": "x"
1260
+ }
1261
+ },
1262
+ "web": {
1263
+ "uniVer": "x",
1264
+ "unixVer": "x"
1265
+ }
1266
+ }
1267
+ */
1268
+ obeyMuteSwitch: boolean;
1269
+ /**
1270
+ * 音量。范围 0~1。
1271
+ * @uniPlatform
1272
+ {
1273
+ "app": {
1274
+ "android": {
1275
+ "osVer": "5.0",
1276
+ "uniVer": "√",
1277
+ "uniUtsPlugin": "4.33",
1278
+ "unixVer": "4.33"
1279
+ },
1280
+ "ios": {
1281
+ "osVer": "12.0",
1282
+ "uniVer": "√",
1283
+ "uniUtsPlugin": "x",
1284
+ "unixVer": "4.41",
1285
+ "unixUtsPlugin": "4.41"
1286
+ },
1287
+ "harmony": {
1288
+ "osVer": "5.0.0",
1289
+ "uniVer": "4.23",
1290
+ "unixVer": "4.61",
1291
+ }
1292
+ },
1293
+ "mp": {
1294
+ "weixin": {
1295
+ "hostVer": "√",
1296
+ "uniVer": "√",
1297
+ "unixVer": "4.41"
1298
+ },
1299
+ "alipay": {
1300
+ "hostVer": "1.23.4",
1301
+ "uniVer": "√",
1302
+ "unixVer": "x"
1303
+ },
1304
+ "baidu": {
1305
+ "hostVer": "√",
1306
+ "uniVer": "√",
1307
+ "unixVer": "x"
1308
+ },
1309
+ "toutiao": {
1310
+ "hostVer": "√",
1311
+ "uniVer": "√",
1312
+ "unixVer": "x"
1313
+ },
1314
+ "lark": {
1315
+ "hostVer": "√",
1316
+ "uniVer": "√",
1317
+ "unixVer": "x"
1318
+ },
1319
+ "qq": {
1320
+ "hostVer": "√",
1321
+ "uniVer": "√",
1322
+ "unixVer": "x"
1323
+ },
1324
+ "kuaishou": {
1325
+ "hostVer": "√",
1326
+ "uniVer": "√",
1327
+ "unixVer": "x"
1328
+ },
1329
+ "jd": {
1330
+ "hostVer": "√",
1331
+ "uniVer": "√",
1332
+ "unixVer": "x"
1333
+ }
1334
+ },
1335
+ "web": {
1336
+ "uniVer": "√",
1337
+ "unixVer": "4.0"
1338
+ }
1339
+ }
1340
+ */
1341
+ volume: number;
1342
+ /**
1343
+ * 播放的倍率。可取值: 0.5/0.8/1.0/1.25/1.5/2.0,默认值为1.0。(仅 App 支持)
1344
+ * @defaultValue 1.0
1345
+ * @uniPlatform
1346
+ {
1347
+ "app": {
1348
+ "android": {
1349
+ "osVer": "5.0",
1350
+ "uniVer": "√",
1351
+ "uniUtsPlugin": "4.33",
1352
+ "unixVer": "4.33"
1353
+ },
1354
+ "ios": {
1355
+ "osVer": "12.0",
1356
+ "uniVer": "√",
1357
+ "uniUtsPlugin": "x",
1358
+ "unixVer": "4.41",
1359
+ "unixUtsPlugin": "4.41"
1360
+ },
1361
+ "harmony": {
1362
+ "osVer": "5.0.0",
1363
+ "uniVer": "x",
1364
+ "unixVer": "x",
1365
+ }
1366
+ },
1367
+ "mp": {
1368
+ "weixin": {
1369
+ "hostVer": "√",
1370
+ "uniVer": "√",
1371
+ "unixVer": "4.41"
1372
+ },
1373
+ "alipay": {
1374
+ "hostVer": "1.23.4",
1375
+ "uniVer": "√",
1376
+ "unixVer": "x"
1377
+ },
1378
+ "baidu": {
1379
+ "hostVer": "√",
1380
+ "uniVer": "√",
1381
+ "unixVer": "x"
1382
+ },
1383
+ "toutiao": {
1384
+ "hostVer": "√",
1385
+ "uniVer": "√",
1386
+ "unixVer": "x"
1387
+ },
1388
+ "lark": {
1389
+ "hostVer": "√",
1390
+ "uniVer": "√",
1391
+ "unixVer": "x"
1392
+ },
1393
+ "qq": {
1394
+ "hostVer": "√",
1395
+ "uniVer": "√",
1396
+ "unixVer": "x"
1397
+ },
1398
+ "kuaishou": {
1399
+ "hostVer": "√",
1400
+ "uniVer": "√",
1401
+ "unixVer": "x"
1402
+ },
1403
+ "jd": {
1404
+ "hostVer": "√",
1405
+ "uniVer": "√",
1406
+ "unixVer": "x"
1407
+ }
1408
+ },
1409
+ "web": {
1410
+ "uniVer": "x",
1411
+ "unixVer": "x"
1412
+ }
1413
+ }
1414
+ */
1415
+ playbackRate?: number;
1416
+ /**
1417
+ * 是否缓存线上音频资源,默认值为true,当设置false时,不会缓存资源到本地,直播地址需要主动设置为false
1418
+ * @uniPlatform
1419
+ {
1420
+ "app": {
1421
+ "android": {
1422
+ "osVer": "5.0",
1423
+ "uniVer": "x",
1424
+ "uniUtsPlugin": "4.71",
1425
+ "unixVer": "4.71"
1426
+ },
1427
+ "ios": {
1428
+ "osVer": "12.0",
1429
+ "uniVer": "x",
1430
+ "uniUtsPlugin": "x",
1431
+ "unixVer": "4.71",
1432
+ "unixUtsPlugin": "4.71"
1433
+ },
1434
+ "harmony": {
1435
+ "osVer": "5.0.0",
1436
+ "uniVer": "x",
1437
+ "unixVer": "x",
1438
+ }
1439
+ },
1440
+ "mp": {
1441
+ "weixin": {
1442
+ "hostVer": "√",
1443
+ "uniVer": "√",
1444
+ "unixVer": "4.41"
1445
+ },
1446
+ "alipay": {
1447
+ "hostVer": "1.23.4",
1448
+ "uniVer": "√",
1449
+ "unixVer": "x"
1450
+ },
1451
+ "baidu": {
1452
+ "hostVer": "√",
1453
+ "uniVer": "√",
1454
+ "unixVer": "x"
1455
+ },
1456
+ "toutiao": {
1457
+ "hostVer": "√",
1458
+ "uniVer": "√",
1459
+ "unixVer": "x"
1460
+ },
1461
+ "lark": {
1462
+ "hostVer": "√",
1463
+ "uniVer": "√",
1464
+ "unixVer": "x"
1465
+ },
1466
+ "qq": {
1467
+ "hostVer": "√",
1468
+ "uniVer": "√",
1469
+ "unixVer": "x"
1470
+ },
1471
+ "kuaishou": {
1472
+ "hostVer": "√",
1473
+ "uniVer": "√",
1474
+ "unixVer": "x"
1475
+ },
1476
+ "jd": {
1477
+ "hostVer": "√",
1478
+ "uniVer": "√",
1479
+ "unixVer": "x"
1480
+ }
1481
+ },
1482
+ "web": {
1483
+ "uniVer": "√",
1484
+ "unixVer": "4.0"
1485
+ }
1486
+ }
1487
+ */
1488
+ cache: boolean;
1489
+ /**
1490
+ * 暂停
1491
+ * @uniPlatform
1492
+ {
1493
+ "app": {
1494
+ "android": {
1495
+ "osVer": "5.0",
1496
+ "uniVer": "√",
1497
+ "uniUtsPlugin": "4.33",
1498
+ "unixVer": "4.33"
1499
+ },
1500
+ "ios": {
1501
+ "osVer": "12.0",
1502
+ "uniVer": "√",
1503
+ "uniUtsPlugin": "x",
1504
+ "unixVer": "4.41",
1505
+ "unixUtsPlugin": "4.41"
1506
+ },
1507
+ "harmony": {
1508
+ "osVer": "5.0.0",
1509
+ "uniVer": "4.23",
1510
+ "unixVer": "4.61",
1511
+ }
1512
+ },
1513
+ "mp": {
1514
+ "weixin": {
1515
+ "hostVer": "√",
1516
+ "uniVer": "√",
1517
+ "unixVer": "4.41"
1518
+ },
1519
+ "alipay": {
1520
+ "hostVer": "1.23.4",
1521
+ "uniVer": "√",
1522
+ "unixVer": "x"
1523
+ },
1524
+ "baidu": {
1525
+ "hostVer": "√",
1526
+ "uniVer": "√",
1527
+ "unixVer": "x"
1528
+ },
1529
+ "toutiao": {
1530
+ "hostVer": "√",
1531
+ "uniVer": "√",
1532
+ "unixVer": "x"
1533
+ },
1534
+ "lark": {
1535
+ "hostVer": "√",
1536
+ "uniVer": "√",
1537
+ "unixVer": "x"
1538
+ },
1539
+ "qq": {
1540
+ "hostVer": "√",
1541
+ "uniVer": "√",
1542
+ "unixVer": "x"
1543
+ },
1544
+ "kuaishou": {
1545
+ "hostVer": "√",
1546
+ "uniVer": "√",
1547
+ "unixVer": "x"
1548
+ },
1549
+ "jd": {
1550
+ "hostVer": "√",
1551
+ "uniVer": "√",
1552
+ "unixVer": "x"
1553
+ }
1554
+ },
1555
+ "web": {
1556
+ "uniVer": "√",
1557
+ "unixVer": "4.0"
1558
+ }
1559
+ }
1560
+ */
1561
+ pause(): void;
1562
+ /**
1563
+ * 停止
1564
+ * @uniPlatform
1565
+ {
1566
+ "app": {
1567
+ "android": {
1568
+ "osVer": "5.0",
1569
+ "uniVer": "√",
1570
+ "uniUtsPlugin": "4.33",
1571
+ "unixVer": "4.33"
1572
+ },
1573
+ "ios": {
1574
+ "osVer": "12.0",
1575
+ "uniVer": "√",
1576
+ "uniUtsPlugin": "x",
1577
+ "unixVer": "4.41",
1578
+ "unixUtsPlugin": "4.41"
1579
+ },
1580
+ "harmony": {
1581
+ "osVer": "5.0.0",
1582
+ "uniVer": "4.23",
1583
+ "unixVer": "4.61",
1584
+ }
1585
+ },
1586
+ "mp": {
1587
+ "weixin": {
1588
+ "hostVer": "√",
1589
+ "uniVer": "√",
1590
+ "unixVer": "4.41"
1591
+ },
1592
+ "alipay": {
1593
+ "hostVer": "1.23.4",
1594
+ "uniVer": "√",
1595
+ "unixVer": "x"
1596
+ },
1597
+ "baidu": {
1598
+ "hostVer": "√",
1599
+ "uniVer": "√",
1600
+ "unixVer": "x"
1601
+ },
1602
+ "toutiao": {
1603
+ "hostVer": "√",
1604
+ "uniVer": "√",
1605
+ "unixVer": "x"
1606
+ },
1607
+ "lark": {
1608
+ "hostVer": "√",
1609
+ "uniVer": "√",
1610
+ "unixVer": "x"
1611
+ },
1612
+ "qq": {
1613
+ "hostVer": "√",
1614
+ "uniVer": "√",
1615
+ "unixVer": "x"
1616
+ },
1617
+ "kuaishou": {
1618
+ "hostVer": "√",
1619
+ "uniVer": "√",
1620
+ "unixVer": "x"
1621
+ },
1622
+ "jd": {
1623
+ "hostVer": "√",
1624
+ "uniVer": "√",
1625
+ "unixVer": "x"
1626
+ }
1627
+ },
1628
+ "web": {
1629
+ "uniVer": "√",
1630
+ "unixVer": "4.0"
1631
+ }
1632
+ }
1633
+ */
1634
+ stop(): void;
1635
+ /**
1636
+ * 播放
1637
+ * @uniPlatform
1638
+ {
1639
+ "app": {
1640
+ "android": {
1641
+ "osVer": "5.0",
1642
+ "uniVer": "√",
1643
+ "uniUtsPlugin": "4.33",
1644
+ "unixVer": "4.33"
1645
+ },
1646
+ "ios": {
1647
+ "osVer": "12.0",
1648
+ "uniVer": "√",
1649
+ "uniUtsPlugin": "x",
1650
+ "unixVer": "4.41",
1651
+ "unixUtsPlugin": "4.41"
1652
+ },
1653
+ "harmony": {
1654
+ "osVer": "5.0.0",
1655
+ "uniVer": "4.23",
1656
+ "unixVer": "4.61",
1657
+ }
1658
+ },
1659
+ "mp": {
1660
+ "weixin": {
1661
+ "hostVer": "√",
1662
+ "uniVer": "√",
1663
+ "unixVer": "4.41"
1664
+ },
1665
+ "alipay": {
1666
+ "hostVer": "1.23.4",
1667
+ "uniVer": "√",
1668
+ "unixVer": "x"
1669
+ },
1670
+ "baidu": {
1671
+ "hostVer": "√",
1672
+ "uniVer": "√",
1673
+ "unixVer": "x"
1674
+ },
1675
+ "toutiao": {
1676
+ "hostVer": "√",
1677
+ "uniVer": "√",
1678
+ "unixVer": "x"
1679
+ },
1680
+ "lark": {
1681
+ "hostVer": "√",
1682
+ "uniVer": "√",
1683
+ "unixVer": "x"
1684
+ },
1685
+ "qq": {
1686
+ "hostVer": "√",
1687
+ "uniVer": "√",
1688
+ "unixVer": "x"
1689
+ },
1690
+ "kuaishou": {
1691
+ "hostVer": "√",
1692
+ "uniVer": "√",
1693
+ "unixVer": "x"
1694
+ },
1695
+ "jd": {
1696
+ "hostVer": "√",
1697
+ "uniVer": "√",
1698
+ "unixVer": "x"
1699
+ }
1700
+ },
1701
+ "web": {
1702
+ "uniVer": "√",
1703
+ "unixVer": "4.0"
1704
+ }
1705
+ }
1706
+ */
1707
+ play(): void;
1708
+ /**
1709
+ * 跳转到指定位置,单位 s
1710
+ * @uniPlatform
1711
+ {
1712
+ "app": {
1713
+ "android": {
1714
+ "osVer": "5.0",
1715
+ "uniVer": "√",
1716
+ "uniUtsPlugin": "4.33",
1717
+ "unixVer": "4.33"
1718
+ },
1719
+ "ios": {
1720
+ "osVer": "12.0",
1721
+ "uniVer": "√",
1722
+ "uniUtsPlugin": "x",
1723
+ "unixVer": "4.41",
1724
+ "unixUtsPlugin": "4.41"
1725
+ },
1726
+ "harmony": {
1727
+ "osVer": "5.0.0",
1728
+ "uniVer": "4.23",
1729
+ "unixVer": "4.61",
1730
+ }
1731
+ },
1732
+ "mp": {
1733
+ "weixin": {
1734
+ "hostVer": "√",
1735
+ "uniVer": "√",
1736
+ "unixVer": "4.41"
1737
+ },
1738
+ "alipay": {
1739
+ "hostVer": "1.23.4",
1740
+ "uniVer": "√",
1741
+ "unixVer": "x"
1742
+ },
1743
+ "baidu": {
1744
+ "hostVer": "√",
1745
+ "uniVer": "√",
1746
+ "unixVer": "x"
1747
+ },
1748
+ "toutiao": {
1749
+ "hostVer": "√",
1750
+ "uniVer": "√",
1751
+ "unixVer": "x"
1752
+ },
1753
+ "lark": {
1754
+ "hostVer": "√",
1755
+ "uniVer": "√",
1756
+ "unixVer": "x"
1757
+ },
1758
+ "qq": {
1759
+ "hostVer": "√",
1760
+ "uniVer": "√",
1761
+ "unixVer": "x"
1762
+ },
1763
+ "kuaishou": {
1764
+ "hostVer": "√",
1765
+ "uniVer": "√",
1766
+ "unixVer": "x"
1767
+ },
1768
+ "jd": {
1769
+ "hostVer": "√",
1770
+ "uniVer": "√",
1771
+ "unixVer": "x"
1772
+ }
1773
+ },
1774
+ "web": {
1775
+ "uniVer": "√",
1776
+ "unixVer": "4.0"
1777
+ }
1778
+ }
1779
+ */
1780
+ seek(position: number): void;
1781
+ /**
1782
+ * 销毁当前实例
1783
+ * @uniPlatform
1784
+ {
1785
+ "app": {
1786
+ "android": {
1787
+ "osVer": "5.0",
1788
+ "uniVer": "√",
1789
+ "uniUtsPlugin": "4.33",
1790
+ "unixVer": "4.33"
1791
+ },
1792
+ "ios": {
1793
+ "osVer": "12.0",
1794
+ "uniVer": "√",
1795
+ "uniUtsPlugin": "x",
1796
+ "unixVer": "4.41",
1797
+ "unixUtsPlugin": "4.41"
1798
+ },
1799
+ "harmony": {
1800
+ "osVer": "5.0.0",
1801
+ "uniVer": "4.23",
1802
+ "unixVer": "4.61",
1803
+ }
1804
+ },
1805
+ "web": {
1806
+ "uniVer": "√",
1807
+ "unixVer": "4.0"
1808
+ }
1809
+ }
1810
+ */
1811
+ destroy(): void;
1812
+ /**
1813
+ * 音频进入可以播放状态,但不保证后面可以流畅播放
1814
+ * @uniPlatform
1815
+ {
1816
+ "app": {
1817
+ "android": {
1818
+ "osVer": "5.0",
1819
+ "uniVer": "√",
1820
+ "uniUtsPlugin": "4.33",
1821
+ "unixVer": "4.33"
1822
+ },
1823
+ "ios": {
1824
+ "osVer": "12.0",
1825
+ "uniVer": "√",
1826
+ "uniUtsPlugin": "x",
1827
+ "unixVer": "4.41",
1828
+ "unixUtsPlugin": "4.41"
1829
+ },
1830
+ "harmony": {
1831
+ "osVer": "5.0.0",
1832
+ "uniVer": "4.23",
1833
+ "unixVer": "4.61",
1834
+ }
1835
+ },
1836
+ "mp": {
1837
+ "weixin": {
1838
+ "hostVer": "√",
1839
+ "uniVer": "√",
1840
+ "unixVer": "4.41"
1841
+ },
1842
+ "alipay": {
1843
+ "hostVer": "1.23.4",
1844
+ "uniVer": "√",
1845
+ "unixVer": "x"
1846
+ },
1847
+ "baidu": {
1848
+ "hostVer": "√",
1849
+ "uniVer": "√",
1850
+ "unixVer": "x"
1851
+ },
1852
+ "toutiao": {
1853
+ "hostVer": "√",
1854
+ "uniVer": "√",
1855
+ "unixVer": "x"
1856
+ },
1857
+ "lark": {
1858
+ "hostVer": "√",
1859
+ "uniVer": "√",
1860
+ "unixVer": "x"
1861
+ },
1862
+ "qq": {
1863
+ "hostVer": "√",
1864
+ "uniVer": "√",
1865
+ "unixVer": "x"
1866
+ },
1867
+ "kuaishou": {
1868
+ "hostVer": "√",
1869
+ "uniVer": "√",
1870
+ "unixVer": "x"
1871
+ },
1872
+ "jd": {
1873
+ "hostVer": "√",
1874
+ "uniVer": "√",
1875
+ "unixVer": "x"
1876
+ }
1877
+ },
1878
+ "web": {
1879
+ "uniVer": "√",
1880
+ "unixVer": "4.0"
1881
+ }
1882
+ }
1883
+ */
1884
+ onCanplay(callback: (result: any) => void): void;
1885
+ /**
1886
+ * 音频播放事件
1887
+ * @uniPlatform
1888
+ {
1889
+ "app": {
1890
+ "android": {
1891
+ "osVer": "5.0",
1892
+ "uniVer": "√",
1893
+ "uniUtsPlugin": "4.33",
1894
+ "unixVer": "4.33"
1895
+ },
1896
+ "ios": {
1897
+ "osVer": "12.0",
1898
+ "uniVer": "√",
1899
+ "uniUtsPlugin": "x",
1900
+ "unixVer": "4.41",
1901
+ "unixUtsPlugin": "4.41"
1902
+ },
1903
+ "harmony": {
1904
+ "osVer": "5.0.0",
1905
+ "uniVer": "4.23",
1906
+ "unixVer": "4.61",
1907
+ }
1908
+ },
1909
+ "web": {
1910
+ "uniVer": "√",
1911
+ "unixVer": "4.0"
1912
+ }
1913
+ }
1914
+ * }
1915
+ */
1916
+ onPlay(callback: (result: any) => void): void;
1917
+ /**
1918
+ * 音频暂停事件
1919
+ * @uniPlatform
1920
+ {
1921
+ "app": {
1922
+ "android": {
1923
+ "osVer": "5.0",
1924
+ "uniVer": "√",
1925
+ "uniUtsPlugin": "4.33",
1926
+ "unixVer": "4.33"
1927
+ },
1928
+ "ios": {
1929
+ "osVer": "12.0",
1930
+ "uniVer": "√",
1931
+ "uniUtsPlugin": "x",
1932
+ "unixVer": "4.41",
1933
+ "unixUtsPlugin": "4.41"
1934
+ },
1935
+ "harmony": {
1936
+ "osVer": "5.0.0",
1937
+ "uniVer": "4.23",
1938
+ "unixVer": "4.61",
1939
+ }
1940
+ },
1941
+ "mp": {
1942
+ "weixin": {
1943
+ "hostVer": "√",
1944
+ "uniVer": "√",
1945
+ "unixVer": "4.41"
1946
+ },
1947
+ "alipay": {
1948
+ "hostVer": "1.23.4",
1949
+ "uniVer": "√",
1950
+ "unixVer": "x"
1951
+ },
1952
+ "baidu": {
1953
+ "hostVer": "√",
1954
+ "uniVer": "√",
1955
+ "unixVer": "x"
1956
+ },
1957
+ "toutiao": {
1958
+ "hostVer": "√",
1959
+ "uniVer": "√",
1960
+ "unixVer": "x"
1961
+ },
1962
+ "lark": {
1963
+ "hostVer": "√",
1964
+ "uniVer": "√",
1965
+ "unixVer": "x"
1966
+ },
1967
+ "qq": {
1968
+ "hostVer": "√",
1969
+ "uniVer": "√",
1970
+ "unixVer": "x"
1971
+ },
1972
+ "kuaishou": {
1973
+ "hostVer": "√",
1974
+ "uniVer": "√",
1975
+ "unixVer": "x"
1976
+ },
1977
+ "jd": {
1978
+ "hostVer": "√",
1979
+ "uniVer": "√",
1980
+ "unixVer": "x"
1981
+ }
1982
+ },
1983
+ "web": {
1984
+ "uniVer": "√",
1985
+ "unixVer": "4.0"
1986
+ }
1987
+ }
1988
+ * }
1989
+ */
1990
+ onPause(callback: (result: any) => void): void;
1991
+ /**
1992
+ * 音频停止事件
1993
+ * @uniPlatform
1994
+ {
1995
+ "app": {
1996
+ "android": {
1997
+ "osVer": "5.0",
1998
+ "uniVer": "√",
1999
+ "uniUtsPlugin": "4.33",
2000
+ "unixVer": "4.33"
2001
+ },
2002
+ "ios": {
2003
+ "osVer": "12.0",
2004
+ "uniVer": "√",
2005
+ "uniUtsPlugin": "x",
2006
+ "unixVer": "4.41",
2007
+ "unixUtsPlugin": "4.41"
2008
+ },
2009
+ "harmony": {
2010
+ "osVer": "5.0.0",
2011
+ "uniVer": "4.23",
2012
+ "unixVer": "4.61",
2013
+ }
2014
+ },
2015
+ "mp": {
2016
+ "weixin": {
2017
+ "hostVer": "√",
2018
+ "uniVer": "√",
2019
+ "unixVer": "4.41"
2020
+ },
2021
+ "alipay": {
2022
+ "hostVer": "1.23.4",
2023
+ "uniVer": "√",
2024
+ "unixVer": "x"
2025
+ },
2026
+ "baidu": {
2027
+ "hostVer": "√",
2028
+ "uniVer": "√",
2029
+ "unixVer": "x"
2030
+ },
2031
+ "toutiao": {
2032
+ "hostVer": "√",
2033
+ "uniVer": "√",
2034
+ "unixVer": "x"
2035
+ },
2036
+ "lark": {
2037
+ "hostVer": "√",
2038
+ "uniVer": "√",
2039
+ "unixVer": "x"
2040
+ },
2041
+ "qq": {
2042
+ "hostVer": "√",
2043
+ "uniVer": "√",
2044
+ "unixVer": "x"
2045
+ },
2046
+ "kuaishou": {
2047
+ "hostVer": "√",
2048
+ "uniVer": "√",
2049
+ "unixVer": "x"
2050
+ },
2051
+ "jd": {
2052
+ "hostVer": "√",
2053
+ "uniVer": "√",
2054
+ "unixVer": "x"
2055
+ }
2056
+ },
2057
+ "web": {
2058
+ "uniVer": "√",
2059
+ "unixVer": "4.0"
2060
+ }
2061
+ }
2062
+ */
2063
+ onStop(callback: (result: any) => void): void;
2064
+ /**
2065
+ * 音频自然播放结束事件
2066
+ * @uniPlatform
2067
+ {
2068
+ "app": {
2069
+ "android": {
2070
+ "osVer": "5.0",
2071
+ "uniVer": "√",
2072
+ "uniUtsPlugin": "4.33",
2073
+ "unixVer": "4.33"
2074
+ },
2075
+ "ios": {
2076
+ "osVer": "12.0",
2077
+ "uniVer": "√",
2078
+ "uniUtsPlugin": "x",
2079
+ "unixVer": "4.41",
2080
+ "unixUtsPlugin": "4.41"
2081
+ },
2082
+ "harmony": {
2083
+ "osVer": "5.0.0",
2084
+ "uniVer": "4.23",
2085
+ "unixVer": "4.61",
2086
+ }
2087
+ },
2088
+ "mp": {
2089
+ "weixin": {
2090
+ "hostVer": "√",
2091
+ "uniVer": "√",
2092
+ "unixVer": "4.41"
2093
+ },
2094
+ "alipay": {
2095
+ "hostVer": "1.23.4",
2096
+ "uniVer": "√",
2097
+ "unixVer": "x"
2098
+ },
2099
+ "baidu": {
2100
+ "hostVer": "√",
2101
+ "uniVer": "√",
2102
+ "unixVer": "x"
2103
+ },
2104
+ "toutiao": {
2105
+ "hostVer": "√",
2106
+ "uniVer": "√",
2107
+ "unixVer": "x"
2108
+ },
2109
+ "lark": {
2110
+ "hostVer": "√",
2111
+ "uniVer": "√",
2112
+ "unixVer": "x"
2113
+ },
2114
+ "qq": {
2115
+ "hostVer": "√",
2116
+ "uniVer": "√",
2117
+ "unixVer": "x"
2118
+ },
2119
+ "kuaishou": {
2120
+ "hostVer": "√",
2121
+ "uniVer": "√",
2122
+ "unixVer": "x"
2123
+ },
2124
+ "jd": {
2125
+ "hostVer": "√",
2126
+ "uniVer": "√",
2127
+ "unixVer": "x"
2128
+ }
2129
+ },
2130
+ "web": {
2131
+ "uniVer": "√",
2132
+ "unixVer": "4.0"
2133
+ }
2134
+ }
2135
+ */
2136
+ onEnded(callback: (result: any) => void): void;
2137
+ /**
2138
+ * 音频播放进度更新事件
2139
+ * @uniPlatform
2140
+ {
2141
+ "app": {
2142
+ "android": {
2143
+ "osVer": "5.0",
2144
+ "uniVer": "√",
2145
+ "uniUtsPlugin": "4.33",
2146
+ "unixVer": "4.33"
2147
+ },
2148
+ "ios": {
2149
+ "osVer": "12.0",
2150
+ "uniVer": "√",
2151
+ "uniUtsPlugin": "x",
2152
+ "unixVer": "4.41",
2153
+ "unixUtsPlugin": "4.41"
2154
+ },
2155
+ "harmony": {
2156
+ "osVer": "5.0.0",
2157
+ "uniVer": "4.23",
2158
+ "unixVer": "4.61",
2159
+ }
2160
+ },
2161
+ "mp": {
2162
+ "weixin": {
2163
+ "hostVer": "√",
2164
+ "uniVer": "√",
2165
+ "unixVer": "4.41"
2166
+ },
2167
+ "alipay": {
2168
+ "hostVer": "1.23.4",
2169
+ "uniVer": "√",
2170
+ "unixVer": "x"
2171
+ },
2172
+ "baidu": {
2173
+ "hostVer": "√",
2174
+ "uniVer": "√",
2175
+ "unixVer": "x"
2176
+ },
2177
+ "toutiao": {
2178
+ "hostVer": "√",
2179
+ "uniVer": "√",
2180
+ "unixVer": "x"
2181
+ },
2182
+ "lark": {
2183
+ "hostVer": "√",
2184
+ "uniVer": "√",
2185
+ "unixVer": "x"
2186
+ },
2187
+ "qq": {
2188
+ "hostVer": "√",
2189
+ "uniVer": "√",
2190
+ "unixVer": "x"
2191
+ },
2192
+ "kuaishou": {
2193
+ "hostVer": "√",
2194
+ "uniVer": "√",
2195
+ "unixVer": "x"
2196
+ },
2197
+ "jd": {
2198
+ "hostVer": "√",
2199
+ "uniVer": "√",
2200
+ "unixVer": "x"
2201
+ }
2202
+ },
2203
+ "web": {
2204
+ "uniVer": "√",
2205
+ "unixVer": "4.0"
2206
+ }
2207
+ }
2208
+ */
2209
+ onTimeUpdate(callback: (result: any) => void): void;
2210
+ /**
2211
+ * 音频播放错误事件
2212
+ * @uniPlatform
2213
+ {
2214
+ "app": {
2215
+ "android": {
2216
+ "osVer": "5.0",
2217
+ "uniVer": "√",
2218
+ "uniUtsPlugin": "4.33",
2219
+ "unixVer": "4.33"
2220
+ },
2221
+ "ios": {
2222
+ "osVer": "12.0",
2223
+ "uniVer": "√",
2224
+ "uniUtsPlugin": "x",
2225
+ "unixVer": "4.41",
2226
+ "unixUtsPlugin": "4.41"
2227
+ },
2228
+ "harmony": {
2229
+ "osVer": "5.0.0",
2230
+ "uniVer": "4.23",
2231
+ "unixVer": "4.61",
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
+ onError(callback: (result: ICreateInnerAudioContextFail) => void): void;
2283
+ /**
2284
+ * 音频加载中事件,当音频因为数据不足,需要停下来加载时会触发
2285
+ * @uniPlatform
2286
+ {
2287
+ "app": {
2288
+ "android": {
2289
+ "osVer": "5.0",
2290
+ "uniVer": "√",
2291
+ "uniUtsPlugin": "4.33",
2292
+ "unixVer": "4.33"
2293
+ },
2294
+ "ios": {
2295
+ "osVer": "12.0",
2296
+ "uniVer": "√",
2297
+ "uniUtsPlugin": "x",
2298
+ "unixVer": "4.41",
2299
+ "unixUtsPlugin": "4.41"
2300
+ },
2301
+ "harmony": {
2302
+ "osVer": "5.0.0",
2303
+ "uniVer": "4.23",
2304
+ "unixVer": "4.61",
2305
+ }
2306
+ },
2307
+ "mp": {
2308
+ "weixin": {
2309
+ "hostVer": "√",
2310
+ "uniVer": "√",
2311
+ "unixVer": "4.41"
2312
+ },
2313
+ "alipay": {
2314
+ "hostVer": "1.23.4",
2315
+ "uniVer": "√",
2316
+ "unixVer": "x"
2317
+ },
2318
+ "baidu": {
2319
+ "hostVer": "√",
2320
+ "uniVer": "√",
2321
+ "unixVer": "x"
2322
+ },
2323
+ "toutiao": {
2324
+ "hostVer": "√",
2325
+ "uniVer": "√",
2326
+ "unixVer": "x"
2327
+ },
2328
+ "lark": {
2329
+ "hostVer": "√",
2330
+ "uniVer": "√",
2331
+ "unixVer": "x"
2332
+ },
2333
+ "qq": {
2334
+ "hostVer": "√",
2335
+ "uniVer": "√",
2336
+ "unixVer": "x"
2337
+ },
2338
+ "kuaishou": {
2339
+ "hostVer": "√",
2340
+ "uniVer": "√",
2341
+ "unixVer": "x"
2342
+ },
2343
+ "jd": {
2344
+ "hostVer": "√",
2345
+ "uniVer": "√",
2346
+ "unixVer": "x"
2347
+ }
2348
+ },
2349
+ "web": {
2350
+ "uniVer": "√",
2351
+ "unixVer": "4.0"
2352
+ }
2353
+ }
2354
+ */
2355
+ onWaiting(callback: (result: any) => void): void;
2356
+ /**
2357
+ * 音频进行 seek 操作事件
2358
+ * @uniPlatform
2359
+ {
2360
+ "app": {
2361
+ "android": {
2362
+ "osVer": "5.0",
2363
+ "uniVer": "√",
2364
+ "uniUtsPlugin": "4.33",
2365
+ "unixVer": "4.33"
2366
+ },
2367
+ "ios": {
2368
+ "osVer": "12.0",
2369
+ "uniVer": "√",
2370
+ "uniUtsPlugin": "x",
2371
+ "unixVer": "4.41",
2372
+ "unixUtsPlugin": "4.41"
2373
+ },
2374
+ "harmony": {
2375
+ "osVer": "5.0.0",
2376
+ "uniVer": "4.23",
2377
+ "unixVer": "4.61",
2378
+ }
2379
+ },
2380
+ "mp": {
2381
+ "weixin": {
2382
+ "hostVer": "√",
2383
+ "uniVer": "√",
2384
+ "unixVer": "4.41"
2385
+ },
2386
+ "alipay": {
2387
+ "hostVer": "1.23.4",
2388
+ "uniVer": "√",
2389
+ "unixVer": "x"
2390
+ },
2391
+ "baidu": {
2392
+ "hostVer": "√",
2393
+ "uniVer": "√",
2394
+ "unixVer": "x"
2395
+ },
2396
+ "toutiao": {
2397
+ "hostVer": "√",
2398
+ "uniVer": "√",
2399
+ "unixVer": "x"
2400
+ },
2401
+ "lark": {
2402
+ "hostVer": "√",
2403
+ "uniVer": "√",
2404
+ "unixVer": "x"
2405
+ },
2406
+ "qq": {
2407
+ "hostVer": "√",
2408
+ "uniVer": "√",
2409
+ "unixVer": "x"
2410
+ },
2411
+ "kuaishou": {
2412
+ "hostVer": "√",
2413
+ "uniVer": "√",
2414
+ "unixVer": "x"
2415
+ },
2416
+ "jd": {
2417
+ "hostVer": "√",
2418
+ "uniVer": "√",
2419
+ "unixVer": "x"
2420
+ }
2421
+ },
2422
+ "web": {
2423
+ "uniVer": "√",
2424
+ "unixVer": "4.0"
2425
+ }
2426
+ }
2427
+ */
2428
+ onSeeking(callback: (result: any) => void): void;
2429
+ /**
2430
+ * 音频完成 seek 操作事件
2431
+ * @uniPlatform
2432
+ {
2433
+ "app": {
2434
+ "android": {
2435
+ "osVer": "5.0",
2436
+ "uniVer": "√",
2437
+ "uniUtsPlugin": "4.33",
2438
+ "unixVer": "4.33"
2439
+ },
2440
+ "ios": {
2441
+ "osVer": "12.0",
2442
+ "uniVer": "√",
2443
+ "uniUtsPlugin": "x",
2444
+ "unixVer": "4.41",
2445
+ "unixUtsPlugin": "4.41"
2446
+ },
2447
+ "harmony": {
2448
+ "osVer": "5.0.0",
2449
+ "uniVer": "4.23",
2450
+ "unixVer": "4.61",
2451
+ }
2452
+ },
2453
+ "mp": {
2454
+ "weixin": {
2455
+ "hostVer": "√",
2456
+ "uniVer": "√",
2457
+ "unixVer": "4.41"
2458
+ },
2459
+ "alipay": {
2460
+ "hostVer": "1.23.4",
2461
+ "uniVer": "√",
2462
+ "unixVer": "x"
2463
+ },
2464
+ "baidu": {
2465
+ "hostVer": "√",
2466
+ "uniVer": "√",
2467
+ "unixVer": "x"
2468
+ },
2469
+ "toutiao": {
2470
+ "hostVer": "√",
2471
+ "uniVer": "√",
2472
+ "unixVer": "x"
2473
+ },
2474
+ "lark": {
2475
+ "hostVer": "√",
2476
+ "uniVer": "√",
2477
+ "unixVer": "x"
2478
+ },
2479
+ "qq": {
2480
+ "hostVer": "√",
2481
+ "uniVer": "√",
2482
+ "unixVer": "x"
2483
+ },
2484
+ "kuaishou": {
2485
+ "hostVer": "√",
2486
+ "uniVer": "√",
2487
+ "unixVer": "x"
2488
+ },
2489
+ "jd": {
2490
+ "hostVer": "√",
2491
+ "uniVer": "√",
2492
+ "unixVer": "x"
2493
+ }
2494
+ },
2495
+ "web": {
2496
+ "uniVer": "√",
2497
+ "unixVer": "4.0"
2498
+ }
2499
+ }
2500
+ */
2501
+ onSeeked(callback: (result: any) => void): void;
2502
+ /**
2503
+ * 取消监听 onCanplay 事件
2504
+ * @uniPlatform
2505
+ {
2506
+ "app": {
2507
+ "android": {
2508
+ "osVer": "5.0",
2509
+ "uniVer": "√",
2510
+ "uniUtsPlugin": "4.33",
2511
+ "unixVer": "4.33"
2512
+ },
2513
+ "ios": {
2514
+ "osVer": "12.0",
2515
+ "uniVer": "√",
2516
+ "uniUtsPlugin": "x",
2517
+ "unixVer": "4.41",
2518
+ "unixUtsPlugin": "4.41"
2519
+ },
2520
+ "harmony": {
2521
+ "osVer": "5.0.0",
2522
+ "uniVer": "4.23",
2523
+ "unixVer": "4.61",
2524
+ }
2525
+ },
2526
+ "mp": {
2527
+ "weixin": {
2528
+ "hostVer": "√",
2529
+ "uniVer": "√",
2530
+ "unixVer": "4.41"
2531
+ },
2532
+ "alipay": {
2533
+ "hostVer": "1.23.4",
2534
+ "uniVer": "√",
2535
+ "unixVer": "x"
2536
+ },
2537
+ "baidu": {
2538
+ "hostVer": "√",
2539
+ "uniVer": "√",
2540
+ "unixVer": "x"
2541
+ },
2542
+ "toutiao": {
2543
+ "hostVer": "√",
2544
+ "uniVer": "√",
2545
+ "unixVer": "x"
2546
+ },
2547
+ "lark": {
2548
+ "hostVer": "√",
2549
+ "uniVer": "√",
2550
+ "unixVer": "x"
2551
+ },
2552
+ "qq": {
2553
+ "hostVer": "√",
2554
+ "uniVer": "√",
2555
+ "unixVer": "x"
2556
+ },
2557
+ "kuaishou": {
2558
+ "hostVer": "√",
2559
+ "uniVer": "√",
2560
+ "unixVer": "x"
2561
+ },
2562
+ "jd": {
2563
+ "hostVer": "√",
2564
+ "uniVer": "√",
2565
+ "unixVer": "x"
2566
+ }
2567
+ },
2568
+ "web": {
2569
+ "uniVer": "√",
2570
+ "unixVer": "4.0"
2571
+ }
2572
+ }
2573
+ */
2574
+ offCanplay(callback: (result: any) => void): void;
2575
+ /**
2576
+ * 取消监听 onPlay 事件
2577
+ * @uniPlatform
2578
+ {
2579
+ "app": {
2580
+ "android": {
2581
+ "osVer": "5.0",
2582
+ "uniVer": "√",
2583
+ "uniUtsPlugin": "4.33",
2584
+ "unixVer": "4.33"
2585
+ },
2586
+ "ios": {
2587
+ "osVer": "12.0",
2588
+ "uniVer": "√",
2589
+ "uniUtsPlugin": "x",
2590
+ "unixVer": "4.41",
2591
+ "unixUtsPlugin": "4.41"
2592
+ },
2593
+ "harmony": {
2594
+ "osVer": "5.0.0",
2595
+ "uniVer": "4.23",
2596
+ "unixVer": "4.61",
2597
+ }
2598
+ },
2599
+ "mp": {
2600
+ "weixin": {
2601
+ "hostVer": "√",
2602
+ "uniVer": "√",
2603
+ "unixVer": "4.41"
2604
+ },
2605
+ "alipay": {
2606
+ "hostVer": "1.23.4",
2607
+ "uniVer": "√",
2608
+ "unixVer": "x"
2609
+ },
2610
+ "baidu": {
2611
+ "hostVer": "√",
2612
+ "uniVer": "√",
2613
+ "unixVer": "x"
2614
+ },
2615
+ "toutiao": {
2616
+ "hostVer": "√",
2617
+ "uniVer": "√",
2618
+ "unixVer": "x"
2619
+ },
2620
+ "lark": {
2621
+ "hostVer": "√",
2622
+ "uniVer": "√",
2623
+ "unixVer": "x"
2624
+ },
2625
+ "qq": {
2626
+ "hostVer": "√",
2627
+ "uniVer": "√",
2628
+ "unixVer": "x"
2629
+ },
2630
+ "kuaishou": {
2631
+ "hostVer": "√",
2632
+ "uniVer": "√",
2633
+ "unixVer": "x"
2634
+ },
2635
+ "jd": {
2636
+ "hostVer": "√",
2637
+ "uniVer": "√",
2638
+ "unixVer": "x"
2639
+ }
2640
+ },
2641
+ "web": {
2642
+ "uniVer": "√",
2643
+ "unixVer": "4.0"
2644
+ }
2645
+ }
2646
+ */
2647
+ offPlay(callback: (result: any) => void): void;
2648
+ /**
2649
+ * 取消监听 onPause 事件
2650
+ * @uniPlatform
2651
+ {
2652
+ "app": {
2653
+ "android": {
2654
+ "osVer": "5.0",
2655
+ "uniVer": "√",
2656
+ "uniUtsPlugin": "4.33",
2657
+ "unixVer": "4.33"
2658
+ },
2659
+ "ios": {
2660
+ "osVer": "12.0",
2661
+ "uniVer": "√",
2662
+ "uniUtsPlugin": "x",
2663
+ "unixVer": "4.41",
2664
+ "unixUtsPlugin": "4.41"
2665
+ },
2666
+ "harmony": {
2667
+ "osVer": "5.0.0",
2668
+ "uniVer": "4.23",
2669
+ "unixVer": "4.61",
2670
+ }
2671
+ },
2672
+ "mp": {
2673
+ "weixin": {
2674
+ "hostVer": "√",
2675
+ "uniVer": "√",
2676
+ "unixVer": "4.41"
2677
+ },
2678
+ "alipay": {
2679
+ "hostVer": "1.23.4",
2680
+ "uniVer": "√",
2681
+ "unixVer": "x"
2682
+ },
2683
+ "baidu": {
2684
+ "hostVer": "√",
2685
+ "uniVer": "√",
2686
+ "unixVer": "x"
2687
+ },
2688
+ "toutiao": {
2689
+ "hostVer": "√",
2690
+ "uniVer": "√",
2691
+ "unixVer": "x"
2692
+ },
2693
+ "lark": {
2694
+ "hostVer": "√",
2695
+ "uniVer": "√",
2696
+ "unixVer": "x"
2697
+ },
2698
+ "qq": {
2699
+ "hostVer": "√",
2700
+ "uniVer": "√",
2701
+ "unixVer": "x"
2702
+ },
2703
+ "kuaishou": {
2704
+ "hostVer": "√",
2705
+ "uniVer": "√",
2706
+ "unixVer": "x"
2707
+ },
2708
+ "jd": {
2709
+ "hostVer": "√",
2710
+ "uniVer": "√",
2711
+ "unixVer": "x"
2712
+ }
2713
+ },
2714
+ "web": {
2715
+ "uniVer": "√",
2716
+ "unixVer": "4.0"
2717
+ }
2718
+ }
2719
+ */
2720
+ offPause(callback: (result: any) => void): void;
2721
+ /**
2722
+ * 取消监听 onStop 事件
2723
+ * @uniPlatform
2724
+ {
2725
+ "app": {
2726
+ "android": {
2727
+ "osVer": "5.0",
2728
+ "uniVer": "√",
2729
+ "uniUtsPlugin": "4.33",
2730
+ "unixVer": "4.33"
2731
+ },
2732
+ "ios": {
2733
+ "osVer": "12.0",
2734
+ "uniVer": "√",
2735
+ "uniUtsPlugin": "x",
2736
+ "unixVer": "4.41",
2737
+ "unixUtsPlugin": "4.41"
2738
+ },
2739
+ "harmony": {
2740
+ "osVer": "5.0.0",
2741
+ "uniVer": "4.23",
2742
+ "unixVer": "4.61",
2743
+ }
2744
+ },
2745
+ "mp": {
2746
+ "weixin": {
2747
+ "hostVer": "√",
2748
+ "uniVer": "√",
2749
+ "unixVer": "4.41"
2750
+ },
2751
+ "alipay": {
2752
+ "hostVer": "1.23.4",
2753
+ "uniVer": "√",
2754
+ "unixVer": "x"
2755
+ },
2756
+ "baidu": {
2757
+ "hostVer": "√",
2758
+ "uniVer": "√",
2759
+ "unixVer": "x"
2760
+ },
2761
+ "toutiao": {
2762
+ "hostVer": "√",
2763
+ "uniVer": "√",
2764
+ "unixVer": "x"
2765
+ },
2766
+ "lark": {
2767
+ "hostVer": "√",
2768
+ "uniVer": "√",
2769
+ "unixVer": "x"
2770
+ },
2771
+ "qq": {
2772
+ "hostVer": "√",
2773
+ "uniVer": "√",
2774
+ "unixVer": "x"
2775
+ },
2776
+ "kuaishou": {
2777
+ "hostVer": "√",
2778
+ "uniVer": "√",
2779
+ "unixVer": "x"
2780
+ },
2781
+ "jd": {
2782
+ "hostVer": "√",
2783
+ "uniVer": "√",
2784
+ "unixVer": "x"
2785
+ }
2786
+ },
2787
+ "web": {
2788
+ "uniVer": "√",
2789
+ "unixVer": "4.0"
2790
+ }
2791
+ }
2792
+ */
2793
+ offStop(callback: (result: any) => void): void;
2794
+ /**
2795
+ * 取消监听 onEnded 事件
2796
+ * @uniPlatform
2797
+ {
2798
+ "app": {
2799
+ "android": {
2800
+ "osVer": "5.0",
2801
+ "uniVer": "√",
2802
+ "uniUtsPlugin": "4.33",
2803
+ "unixVer": "4.33"
2804
+ },
2805
+ "ios": {
2806
+ "osVer": "12.0",
2807
+ "uniVer": "√",
2808
+ "uniUtsPlugin": "x",
2809
+ "unixVer": "4.41",
2810
+ "unixUtsPlugin": "4.41"
2811
+ },
2812
+ "harmony": {
2813
+ "osVer": "5.0.0",
2814
+ "uniVer": "4.23",
2815
+ "unixVer": "4.61",
2816
+ }
2817
+ },
2818
+ "mp": {
2819
+ "weixin": {
2820
+ "hostVer": "√",
2821
+ "uniVer": "√",
2822
+ "unixVer": "4.41"
2823
+ },
2824
+ "alipay": {
2825
+ "hostVer": "1.23.4",
2826
+ "uniVer": "√",
2827
+ "unixVer": "x"
2828
+ },
2829
+ "baidu": {
2830
+ "hostVer": "√",
2831
+ "uniVer": "√",
2832
+ "unixVer": "x"
2833
+ },
2834
+ "toutiao": {
2835
+ "hostVer": "√",
2836
+ "uniVer": "√",
2837
+ "unixVer": "x"
2838
+ },
2839
+ "lark": {
2840
+ "hostVer": "√",
2841
+ "uniVer": "√",
2842
+ "unixVer": "x"
2843
+ },
2844
+ "qq": {
2845
+ "hostVer": "√",
2846
+ "uniVer": "√",
2847
+ "unixVer": "x"
2848
+ },
2849
+ "kuaishou": {
2850
+ "hostVer": "√",
2851
+ "uniVer": "√",
2852
+ "unixVer": "x"
2853
+ },
2854
+ "jd": {
2855
+ "hostVer": "√",
2856
+ "uniVer": "√",
2857
+ "unixVer": "x"
2858
+ }
2859
+ },
2860
+ "web": {
2861
+ "uniVer": "√",
2862
+ "unixVer": "4.0"
2863
+ }
2864
+ }
2865
+ */
2866
+ offEnded(callback: (result: any) => void): void;
2867
+ /**
2868
+ * 取消监听 onTimeUpdate 事件
2869
+ * @uniPlatform
2870
+ {
2871
+ "app": {
2872
+ "android": {
2873
+ "osVer": "5.0",
2874
+ "uniVer": "√",
2875
+ "uniUtsPlugin": "4.33",
2876
+ "unixVer": "4.33"
2877
+ },
2878
+ "ios": {
2879
+ "osVer": "12.0",
2880
+ "uniVer": "√",
2881
+ "uniUtsPlugin": "x",
2882
+ "unixVer": "4.41",
2883
+ "unixUtsPlugin": "4.41"
2884
+ },
2885
+ "harmony": {
2886
+ "osVer": "5.0.0",
2887
+ "uniVer": "4.23",
2888
+ "unixVer": "4.61",
2889
+ }
2890
+ },
2891
+ "mp": {
2892
+ "weixin": {
2893
+ "hostVer": "√",
2894
+ "uniVer": "√",
2895
+ "unixVer": "4.41"
2896
+ },
2897
+ "alipay": {
2898
+ "hostVer": "1.23.4",
2899
+ "uniVer": "√",
2900
+ "unixVer": "x"
2901
+ },
2902
+ "baidu": {
2903
+ "hostVer": "√",
2904
+ "uniVer": "√",
2905
+ "unixVer": "x"
2906
+ },
2907
+ "toutiao": {
2908
+ "hostVer": "√",
2909
+ "uniVer": "√",
2910
+ "unixVer": "x"
2911
+ },
2912
+ "lark": {
2913
+ "hostVer": "√",
2914
+ "uniVer": "√",
2915
+ "unixVer": "x"
2916
+ },
2917
+ "qq": {
2918
+ "hostVer": "√",
2919
+ "uniVer": "√",
2920
+ "unixVer": "x"
2921
+ },
2922
+ "kuaishou": {
2923
+ "hostVer": "√",
2924
+ "uniVer": "√",
2925
+ "unixVer": "x"
2926
+ },
2927
+ "jd": {
2928
+ "hostVer": "√",
2929
+ "uniVer": "√",
2930
+ "unixVer": "x"
2931
+ }
2932
+ },
2933
+ "web": {
2934
+ "uniVer": "√",
2935
+ "unixVer": "4.0"
2936
+ }
2937
+ }
2938
+ */
2939
+ offTimeUpdate(callback: (result: any) => void): void;
2940
+ /**
2941
+ * 取消监听 onWaiting 事件
2942
+ * @uniPlatform
2943
+ {
2944
+ "app": {
2945
+ "android": {
2946
+ "osVer": "5.0",
2947
+ "uniVer": "√",
2948
+ "uniUtsPlugin": "4.33",
2949
+ "unixVer": "4.33"
2950
+ },
2951
+ "ios": {
2952
+ "osVer": "12.0",
2953
+ "uniVer": "√",
2954
+ "uniUtsPlugin": "x",
2955
+ "unixVer": "4.41",
2956
+ "unixUtsPlugin": "4.41"
2957
+ },
2958
+ "harmony": {
2959
+ "osVer": "5.0.0",
2960
+ "uniVer": "4.23",
2961
+ "unixVer": "4.61",
2962
+ }
2963
+ },
2964
+ "mp": {
2965
+ "weixin": {
2966
+ "hostVer": "√",
2967
+ "uniVer": "√",
2968
+ "unixVer": "4.41"
2969
+ },
2970
+ "alipay": {
2971
+ "hostVer": "1.23.4",
2972
+ "uniVer": "√",
2973
+ "unixVer": "x"
2974
+ },
2975
+ "baidu": {
2976
+ "hostVer": "√",
2977
+ "uniVer": "√",
2978
+ "unixVer": "x"
2979
+ },
2980
+ "toutiao": {
2981
+ "hostVer": "√",
2982
+ "uniVer": "√",
2983
+ "unixVer": "x"
2984
+ },
2985
+ "lark": {
2986
+ "hostVer": "√",
2987
+ "uniVer": "√",
2988
+ "unixVer": "x"
2989
+ },
2990
+ "qq": {
2991
+ "hostVer": "√",
2992
+ "uniVer": "√",
2993
+ "unixVer": "x"
2994
+ },
2995
+ "kuaishou": {
2996
+ "hostVer": "√",
2997
+ "uniVer": "√",
2998
+ "unixVer": "x"
2999
+ },
3000
+ "jd": {
3001
+ "hostVer": "√",
3002
+ "uniVer": "√",
3003
+ "unixVer": "x"
3004
+ }
3005
+ },
3006
+ "web": {
3007
+ "uniVer": "√",
3008
+ "unixVer": "4.0"
3009
+ }
3010
+ }
3011
+ */
3012
+ offError(callback: (result: ICreateInnerAudioContextFail) => void): void;
3013
+ /**
3014
+ * 取消监听 onWaiting 事件
3015
+ * @uniPlatform
3016
+ {
3017
+ "app": {
3018
+ "android": {
3019
+ "osVer": "5.0",
3020
+ "uniVer": "√",
3021
+ "uniUtsPlugin": "4.33",
3022
+ "unixVer": "4.33"
3023
+ },
3024
+ "ios": {
3025
+ "osVer": "12.0",
3026
+ "uniVer": "√",
3027
+ "uniUtsPlugin": "x",
3028
+ "unixVer": "4.41",
3029
+ "unixUtsPlugin": "4.41"
3030
+ },
3031
+ "harmony": {
3032
+ "osVer": "5.0.0",
3033
+ "uniVer": "4.23",
3034
+ "unixVer": "4.61",
3035
+ }
3036
+ },
3037
+ "web": {
3038
+ "uniVer": "√",
3039
+ "unixVer": "4.0"
3040
+ }
3041
+ }
3042
+ */
3043
+ offWaiting(callback: (result: any) => void): void;
3044
+ /**
3045
+ * 取消监听 onSeeking 事件
3046
+ * @uniPlatform
3047
+ {
3048
+ "app": {
3049
+ "android": {
3050
+ "osVer": "5.0",
3051
+ "uniVer": "√",
3052
+ "uniUtsPlugin": "4.33",
3053
+ "unixVer": "4.33"
3054
+ },
3055
+ "ios": {
3056
+ "osVer": "12.0",
3057
+ "uniVer": "√",
3058
+ "uniUtsPlugin": "x",
3059
+ "unixVer": "4.41",
3060
+ "unixUtsPlugin": "4.41"
3061
+ },
3062
+ "harmony": {
3063
+ "osVer": "5.0.0",
3064
+ "uniVer": "4.23",
3065
+ "unixVer": "4.61",
3066
+ }
3067
+ },
3068
+ "mp": {
3069
+ "weixin": {
3070
+ "hostVer": "√",
3071
+ "uniVer": "√",
3072
+ "unixVer": "4.41"
3073
+ },
3074
+ "alipay": {
3075
+ "hostVer": "1.23.4",
3076
+ "uniVer": "√",
3077
+ "unixVer": "x"
3078
+ },
3079
+ "baidu": {
3080
+ "hostVer": "√",
3081
+ "uniVer": "√",
3082
+ "unixVer": "x"
3083
+ },
3084
+ "toutiao": {
3085
+ "hostVer": "√",
3086
+ "uniVer": "√",
3087
+ "unixVer": "x"
3088
+ },
3089
+ "lark": {
3090
+ "hostVer": "√",
3091
+ "uniVer": "√",
3092
+ "unixVer": "x"
3093
+ },
3094
+ "qq": {
3095
+ "hostVer": "√",
3096
+ "uniVer": "√",
3097
+ "unixVer": "x"
3098
+ },
3099
+ "kuaishou": {
3100
+ "hostVer": "√",
3101
+ "uniVer": "√",
3102
+ "unixVer": "x"
3103
+ },
3104
+ "jd": {
3105
+ "hostVer": "√",
3106
+ "uniVer": "√",
3107
+ "unixVer": "x"
3108
+ }
3109
+ },
3110
+ "web": {
3111
+ "uniVer": "√",
3112
+ "unixVer": "4.0"
3113
+ }
3114
+ }
3115
+ */
3116
+ offSeeking(callback: (result: any) => void): void;
3117
+ /**
3118
+ * 取消监听 onSeeked 事件
3119
+ * @uniPlatform
3120
+ {
3121
+ "app": {
3122
+ "android": {
3123
+ "osVer": "5.0",
3124
+ "uniVer": "√",
3125
+ "uniUtsPlugin": "4.33",
3126
+ "unixVer": "4.33"
3127
+ },
3128
+ "ios": {
3129
+ "osVer": "12.0",
3130
+ "uniVer": "√",
3131
+ "uniUtsPlugin": "x",
3132
+ "unixVer": "4.41",
3133
+ "unixUtsPlugin": "4.41"
3134
+ },
3135
+ "harmony": {
3136
+ "osVer": "5.0.0",
3137
+ "uniVer": "4.23",
3138
+ "unixVer": "4.61",
3139
+ }
3140
+ },
3141
+ "mp": {
3142
+ "weixin": {
3143
+ "hostVer": "√",
3144
+ "uniVer": "√",
3145
+ "unixVer": "4.41"
3146
+ },
3147
+ "alipay": {
3148
+ "hostVer": "1.23.4",
3149
+ "uniVer": "√",
3150
+ "unixVer": "x"
3151
+ },
3152
+ "baidu": {
3153
+ "hostVer": "√",
3154
+ "uniVer": "√",
3155
+ "unixVer": "x"
3156
+ },
3157
+ "toutiao": {
3158
+ "hostVer": "√",
3159
+ "uniVer": "√",
3160
+ "unixVer": "x"
3161
+ },
3162
+ "lark": {
3163
+ "hostVer": "√",
3164
+ "uniVer": "√",
3165
+ "unixVer": "x"
3166
+ },
3167
+ "qq": {
3168
+ "hostVer": "√",
3169
+ "uniVer": "√",
3170
+ "unixVer": "x"
3171
+ },
3172
+ "kuaishou": {
3173
+ "hostVer": "√",
3174
+ "uniVer": "√",
3175
+ "unixVer": "x"
3176
+ },
3177
+ "jd": {
3178
+ "hostVer": "√",
3179
+ "uniVer": "√",
3180
+ "unixVer": "x"
3181
+ }
3182
+ },
3183
+ "web": {
3184
+ "uniVer": "√",
3185
+ "unixVer": "4.0"
3186
+ }
3187
+ }
3188
+ */
3189
+ offSeeked(callback: (result: any) => void): void;
3190
+ }
3191
+
3192
+ /**
3193
+ * 错误码
3194
+ */
3195
+ export type CreateInnerAudioContextErrorCode =
3196
+ /**
3197
+ * 系统错误
3198
+ * @uniPlatform {
3199
+ "app": {
3200
+ "android": {
3201
+ "osVer": "5.0",
3202
+ "uniVer": "√",
3203
+ "uniUtsPlugin": "4.33",
3204
+ "unixVer": "4.33"
3205
+ },
3206
+ "ios": {
3207
+ "osVer": "12.0",
3208
+ "uniVer": "√",
3209
+ "uniUtsPlugin": "x",
3210
+ "unixVer": "4.41",
3211
+ "unixUtsPlugin": "4.41"
3212
+ },
3213
+ "harmony": {
3214
+ "osVer": "5.0.0",
3215
+ "uniVer": "4.23",
3216
+ "unixVer": "4.61",
3217
+ }
3218
+ },
3219
+ "web": {
3220
+ "uniVer": "x",
3221
+ "unixVer": "x"
3222
+ }
3223
+ }
3224
+ */
3225
+ 1107601 |
3226
+ /**
3227
+ * 网络错误
3228
+ * @uniPlatform {
3229
+ "app": {
3230
+ "android": {
3231
+ "osVer": "5.0",
3232
+ "uniVer": "√",
3233
+ "uniUtsPlugin": "4.33",
3234
+ "unixVer": "4.33"
3235
+ },
3236
+ "ios": {
3237
+ "osVer": "12.0",
3238
+ "uniVer": "√",
3239
+ "uniUtsPlugin": "x",
3240
+ "unixVer": "4.41",
3241
+ "unixUtsPlugin": "4.41"
3242
+ },
3243
+ "harmony": {
3244
+ "osVer": "5.0.0",
3245
+ "uniVer": "4.23",
3246
+ "unixVer": "4.61",
3247
+ }
3248
+ },
3249
+ "web": {
3250
+ "uniVer": "x",
3251
+ "unixVer": "x"
3252
+ }
3253
+ }
3254
+ */
3255
+ 1107602 |
3256
+ /**
3257
+ * 文件错误
3258
+ * @uniPlatform {
3259
+ "app": {
3260
+ "android": {
3261
+ "osVer": "5.0",
3262
+ "uniVer": "√",
3263
+ "uniUtsPlugin": "4.33",
3264
+ "unixVer": "4.33"
3265
+ },
3266
+ "ios": {
3267
+ "osVer": "12.0",
3268
+ "uniVer": "√",
3269
+ "uniUtsPlugin": "x",
3270
+ "unixVer": "4.41",
3271
+ "unixUtsPlugin": "4.41"
3272
+ },
3273
+ "harmony": {
3274
+ "osVer": "5.0.0",
3275
+ "uniVer": "4.23",
3276
+ "unixVer": "4.61",
3277
+ }
3278
+ },
3279
+ "web": {
3280
+ "uniVer": "x",
3281
+ "unixVer": "x"
3282
+ }
3283
+ }
3284
+ */
3285
+ 1107603 |
3286
+ /**
3287
+ * 格式错误
3288
+ * @uniPlatform {
3289
+ "app": {
3290
+ "android": {
3291
+ "osVer": "5.0",
3292
+ "uniVer": "√",
3293
+ "uniUtsPlugin": "4.33",
3294
+ "unixVer": "4.33"
3295
+ },
3296
+ "ios": {
3297
+ "osVer": "12.0",
3298
+ "uniVer": "√",
3299
+ "uniUtsPlugin": "x",
3300
+ "unixVer": "4.41",
3301
+ "unixUtsPlugin": "4.41"
3302
+ },
3303
+ "harmony": {
3304
+ "osVer": "5.0.0",
3305
+ "uniVer": "4.23",
3306
+ "unixVer": "4.61",
3307
+ }
3308
+ },
3309
+ "web": {
3310
+ "uniVer": "x",
3311
+ "unixVer": "x"
3312
+ }
3313
+ }
3314
+ */
3315
+ 1107604 |
3316
+ /**
3317
+ * 未知错误
3318
+ * @uniPlatform {
3319
+ "app": {
3320
+ "android": {
3321
+ "osVer": "5.0",
3322
+ "uniVer": "√",
3323
+ "uniUtsPlugin": "4.33",
3324
+ "unixVer": "4.33"
3325
+ },
3326
+ "ios": {
3327
+ "osVer": "12.0",
3328
+ "uniVer": "√",
3329
+ "uniUtsPlugin": "x",
3330
+ "unixVer": "4.41",
3331
+ "unixUtsPlugin": "4.41"
3332
+ },
3333
+ "harmony": {
3334
+ "osVer": "5.0.0",
3335
+ "uniVer": "4.23",
3336
+ "unixVer": "4.61",
3337
+ }
3338
+ },
3339
+ "web": {
3340
+ "uniVer": "x",
3341
+ "unixVer": "x"
3342
+ }
3343
+ }
3344
+ */
3345
+ 1107605 |
3346
+ /**
3347
+ * 播放路径不能为空
3348
+ * @uniPlatform {
3349
+ "app": {
3350
+ "android": {
3351
+ "osVer": "5.0",
3352
+ "uniVer": "√",
3353
+ "uniUtsPlugin": "4.33",
3354
+ "unixVer": "4.33"
3355
+ },
3356
+ "ios": {
3357
+ "osVer": "12.0",
3358
+ "uniVer": "√",
3359
+ "uniUtsPlugin": "x",
3360
+ "unixVer": "4.41",
3361
+ "unixUtsPlugin": "4.41"
3362
+ },
3363
+ "harmony": {
3364
+ "osVer": "5.0.0",
3365
+ "uniVer": "4.23",
3366
+ "unixVer": "4.61",
3367
+ }
3368
+ },
3369
+ "web": {
3370
+ "uniVer": "x",
3371
+ "unixVer": "x"
3372
+ }
3373
+ }
3374
+ */
3375
+ 1107609;
3376
+
3377
+ export interface ICreateInnerAudioContextFail extends IUniError {
3378
+ errCode: CreateInnerAudioContextErrorCode
3379
+ };