本文介绍了播放位于资源文件夹中的媒体文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前在android项目的原始文件夹中有一组媒体文件,这些文件快速加载并在点击按钮上播放。我需要添加这些文件的更多变体并将它们分类到文件夹中,但显然原始文件夹不支持文件夹。我是否能够从资源文件夹中快速加载这些文件并在按钮单击时播放它们?如果是这样,如何?

解决方案

I currently have a set of media files in the raw folder of the android project that are loaded quickly and played on button clicked. I need to add more variations of these files and categorize them into folders, but apparently the raw folder does not support folders. Would I be able to quickly load these files from the assets folder and play them on button click? If so, how?

解决方案


这篇关于播放位于资源文件夹中的媒体文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-26 03:44