你的位置:首页 > 软件开发 > 操作系统 > Android 多媒体播放API简介

Android 多媒体播放API简介

发布时间:2016-09-07 18:00:17
本文调用android的媒体播放器实现一些音乐播放操作项目布局:<LinearLayout ="http://schemas.android.com/apk/res/android" ="http://schemas.android.com/ ...

Android  多媒体播放API简介

本文调用android的媒体播放器实现一些音乐播放操作

项目布局:

<LinearLayout ="http://schemas.android.com/apk/res/android"  ="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="match_parent"  android:orientation="vertical"  tools:context=".MainActivity" >  <EditText    android:id="@+id/et_path"    android:layout_width="fill_parent"    android:layout_height="wrap_content"    android:hint="请输入音乐文件的路径" />  <LinearLayout    android:layout_width="fill_parent"    android:layout_height="wrap_content"    android:orientation="horizontal" >    <Button      android:id="@+id/bt_play"      android:layout_width="0dip"      android:layout_height="wrap_content"      android:layout_weight="1"      android:text="播放" />    <Button      android:id="@+id/bt_pause"      android:layout_width="0dip"      android:layout_height="wrap_content"      android:layout_weight="1"      android:text="暂停" />    <Button      android:id="@+id/bt_replay"      android:layout_width="0dip"      android:layout_height="wrap_content"      android:layout_weight="1"      android:text="重播" />    <Button      android:id="@+id/bt_stop"      android:layout_width="0dip"      android:layout_height="wrap_content"      android:layout_weight="1"      android:text="停止" />  </LinearLayout></LinearLayout>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:Android 多媒体播放API简介

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录