create-inner-audio-context.md 1.1 KB
Newer Older
D
DCloud_LXH 已提交
1
## uni.createInnerAudioContext() @createinneraudiocontext
雪洛's avatar
雪洛 已提交
2

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
**注意:使用完后,必须调用destory方法将资源进行释放**

**支持格式**

|格式|web|Android|
|:-|:-|:-|
|flac	|√|√|
|m4a	|√|√|
|ogg	|√|√|
|ape	|√|√|
|amr	|√|√|
|wma	|√|√|
|wav	|√|√|
|mp3	|√|√|
|mp4	|√|√|
|aac	|√|√|
|aiff	|√|x|
|caf	|√|x|

22 23 24
**缓存说明**

播放的网络音频,默认会缓存到应用cache目录的uni-audio文件夹下,默认大小为100M,超过后会根据最近最少使用的缓存算法自动进行清除
25 26


雪洛's avatar
雪洛 已提交
27 28
<!-- UTSAPIJSON.createInnerAudioContext.description -->

D
DCloud_LXH 已提交
29 30
<!-- UTSAPIJSON.createInnerAudioContext.compatibility -->

W
wanganxp 已提交
31 32
App音频播放:[见插件市场](https://ext.dcloud.net.cn/search?q=%E9%9F%B3%E9%A2%91%E6%92%AD%E6%94%BE&orderBy=Relevance&uni-appx=1)

雪洛's avatar
雪洛 已提交
33 34 35 36
<!-- UTSAPIJSON.createInnerAudioContext.param -->

<!-- UTSAPIJSON.createInnerAudioContext.returnValue -->

D
DCloud_LXH 已提交
37
<!-- UTSAPIJSON.createInnerAudioContext.tutorial -->
D
DCloud_LXH 已提交
38 39 40 41 42

<!-- UTSAPIJSON.createInnerAudioContext.example -->

<!-- UTSAPIJSON.general_type.name -->

43
<!-- UTSAPIJSON.general_type.param -->