国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

視頻播放器(SurfaceView+MediaPlayer+SeekBar,VideoView+MediaController)

2019-11-08 00:36:55
字體:
供稿:網(wǎng)友
>手機(jī)內(nèi)存路徑 "file://mnt/sdcard/"系統(tǒng)文件"file://mnt/sdcard1/"> > 視頻權(quán)限: <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.CAMERA" />> package com.example.g150825_android27;import android.os.Bundle;import android.support.annotation.Nullable;import android.support.v7.app.AppCompatActivity;import android.widget.MediaController;import android.widget.VideoView;/** * Created by Administrator on 2017/2/22 0022. */public class video extends AppCompatActivity { PRivate VideoView vv_video_view; @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_vivod); vv_video_view = (VideoView) findViewById(R.id.vv_video_view); //設(shè)置播放的來源 vv_video_view.setVideoPath("file://mnt/sdcard/movies/sister.mp4"); //實(shí)例化媒體控制器 MediaController mediaController=new MediaController(this); mediaController.setMediaPlayer(vv_video_view); vv_video_view.setMediaController(mediaController); }}

主界面 拿兩個(gè)按鈕是同一個(gè)意思 這里寫圖片描述

這里寫代碼片<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <SurfaceView android:layout_width="match_parent" android:layout_height="400dp" android:id="@+id/sv_main_surface" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <SeekBar android:layout_width="1dp" android:layout_weight="1" android:layout_height="wrap_content" android:id="@+id/i_ic_muss" /> <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@android:drawable/ic_media_play" android:onClick="isplaymuse" /> </LinearLayout></LinearLayout>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 修文县| 梧州市| 莱西市| 庆阳市| 明水县| 革吉县| 游戏| 阳山县| 万源市| 抚州市| 东莞市| 五河县| 汕头市| 五莲县| 宣恩县| 大竹县| 杨浦区| 陆良县| 翁源县| 黄冈市| 炎陵县| 新安县| 乾安县| 青田县| 涞源县| 双江| 龙口市| 江北区| 明溪县| 浑源县| 吉首市| 德清县| 阳谷县| 郓城县| 云和县| 郎溪县| 铜陵市| 高雄县| 高淳县| 巴东县| 纳雍县|