android-videoview
Android VideoView.setAlpha is not working (Xoom with 3.0)
currently we\'reworking on a project for Android, doing some Augmented Reality stuff. For this project we need to make a Video played in a VideoView transparent. Since 3.开发者_Python百科0 there shoul[详细]
2023-03-16 17:42 分类:问答Strange Behavior - VideoViewer Fragment not working with MediaController
I am trying to create a VideoViewer fragment. Below are the 2 cases I have tried and the observations. For both the cases the fragment\'s view is inflated from the following layout:[详细]
2023-03-14 14:21 分类:问答sorry, this video cannot be played in videoview?
freinds, i am using following code to display a mp4 video in my application and facing following problems[详细]
2023-03-13 22:25 分类:问答Force Video to play in Portrait Orientation only using MediaPlayer and VideoView
I am writing an activity that will play a video file on my SD card. I have this code working. The orientation of the video is based on if my phone is vertical or horizontal. I want to force my video[详细]
2023-03-13 18:08 分类:问答android multiple videoView problem, Galaxy Tab specific
I am having problems with multiple videoViews specifically on Galaxy Tab. In my app, I have two different video files which I want to play simultaneously. So I designed my app to have two videoViews[详细]
2023-03-12 10:21 分类:问答VideoView and Progressive download
In my application I need to provide the user with a preview on a progressive download (video file). In order to achieve this, I\'m using VideoView component to show the content of the video (.mp4, .3[详细]
2023-03-11 23:45 分类:问答Samsung Galaxy Tab doesn't play 3gp or mp4 with h.263, but plays mp4 with h.264/youtube
I\'m trying to play some videos from web, using VideoView.setVideoPath() This videos are .mp4\'s Using MediaInfo, I found some important lines:[详细]
2023-03-10 00:58 分类:问答Android how to set Media Player (Videoview) on Button click?
I write a app that plays 3gp videos from url, everything works fine but just can open a video from an activity, that would mean I have to set an activity for each movie I will show in my app, and that[详细]
2023-03-09 16:27 分类:问答Android: Why can't I give an onClickListener to a VideoView?
I have written these lines of code: mVideoView 开发者_Go百科= (VideoView) findViewById(R.id.video_view);[详细]
2023-03-09 11:40 分类:问答Video doesn't fit properly
Hi I have a VideoView in my app, provided the layout width and height as fill parent. But still my video is displayed only in half the portion of the videoView. So I tried providing the width and heig[详细]
2023-03-09 10:54 分类:问答