国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

android - VideoView與百度Map沖突

瀏覽:202日期:2022-10-06 10:32:11

問題描述

我在VideoView上面放了一個百度的MapView,如果視頻不播放的話,就是不調用VideoView的start方法,MapView能正常顯示,一旦調用start方法,MapView就會變黑,只顯示比例尺和縮放按鈕。布局文件如下:

<?xml version='1.0' encoding='utf-8'?>

<FrameLayout xmlns:android='http://schemas.android.com/apk/res/android'

android:layout_width='match_parent'android:layout_height='match_parent'><ImageView android: android:layout_width='match_parent' android:layout_height='match_parent' android:background='@drawable/saber'/><com.seawolf.test.FullScreeVideoView android: android:layout_width='match_parent' android:layout_height='match_parent' /><RelativeLayout android:layout_width='match_parent' android:layout_height='match_parent' android:paddingTop='@dimen/activity_vertical_margin'> <TextViewandroid: android:layout_width='wrap_content'android:layout_height='wrap_content'android:layout_gravity='left|center_vertical'android:text='yaw'android:layout_centerVertical='true'android:layout_alignParentStart='true' /> <TextViewandroid: android:layout_width='wrap_content'android:layout_height='wrap_content'android:layout_above='@id/yaw_text'android:text='pitch'/> <TextViewandroid: android:layout_width='wrap_content'android:layout_height='wrap_content'android:text='roll'android:layout_above='@id/pitch_text'/> <com.seawolf.test.NavControllerandroid: android:layout_width='wrap_content'android:layout_height='wrap_content'android:layout_alignParentBottom='true'android:layout_alignParentLeft='true'/> <com.baidu.mapapi.map.MapViewandroid: android:layout_width='120dp'android:layout_height='100dp'android:layout_alignParentBottom='true'android:layout_alignParentEnd='true'android:layout_alignTop='@+id/navController'android:background='@color/white'/></RelativeLayout>

</FrameLayout>

public void init() {back_image = (ImageView) findViewById(R.id.back_image);mController = new MediaController(this);mVideo = (VideoView) findViewById(R.id.video);File video = new File('/storage/sdcard1/hd.mp4');if(video.exists()){ mVideo.setVideoPath(video.getAbsolutePath()); // ① // 設置videoView與mController建立關聯 mVideo.setMediaController(mController); // ② // 設置mController與videoView建立關聯 mController.setMediaPlayer(mVideo); // ③ // 讓VideoView獲取焦點 // mVideo.requestFocus(); mVideo.setVisibility(View.INVISIBLE);}else Toast.makeText(MainActivity.this,'The Video is not exist.',Toast.LENGTH_SHORT).show();mMapView = (MapView) findViewById(R.id.map);mMapView.setVisibility(View.INVISIBLE);navController = (NavController) findViewById(R.id.navController);navController.setVisibility(View.INVISIBLE);navController.setOnNavAndSpeedListener(new NavController.OnNavAndSpeedListener() { @Override public void onNavAndSpeed(float nav, float speed) {Toast.makeText(MainActivity.this, 'nav is ' + nav + ',speed is ' + speed, Toast.LENGTH_SHORT).show(); }}); } private void videoStart() {mVideo.setVisibility(View.VISIBLE);mMapView.setVisibility(View.VISIBLE);navController.setVisibility(View.VISIBLE); // mVideo.start(); }

問題解答

回答1:

VideoView和MapView都可以理解為SurfaceView。你可以給VideoView設置:setZOrderMediaOverlay(true);試試

參考:鏈接1鏈接2

標簽: 百度
相關文章:
主站蜘蛛池模板: 蒙自县| 鲁山县| 万安县| 喀喇沁旗| 广饶县| 馆陶县| 湟源县| 调兵山市| 阜阳市| 西平县| 临海市| 中超| 仪陇县| 淮阳县| 武陟县| 布尔津县| 西畴县| 鞍山市| 禹城市| 静宁县| 上杭县| 离岛区| 二手房| 共和县| 胶南市| 耒阳市| 富平县| 克山县| 本溪市| 上犹县| 周宁县| 永嘉县| 漠河县| 平谷区| 洛川县| 象山县| 理塘县| 广安市| 大埔县| 峡江县| 天水市|