What are the file formats that Android VideoPlayer support?
Asked Answered
D

1

9

What are the file formats that Android VideoPlayer support?

And the differences between the VideoView and VideoPlayer in Android.

I am looking for on tutorials, videos, forums answers, etc.

Anything related to this...

Drowsy answered 31/3, 2010 at 11:16 Comment(0)
R
15

what are file formats android video player can support in android?

They are listed in the documentation.

and differentiate the video view and video player in android..

There is a widget named VideoView. There is nothing in the Android SDK named "video player". There is a class named MediaPlayer, which can be used with a SurfaceView to play back videos. In fact, all VideoView does is wrap up a MediaPlayer and a SurfaceView.

i am looking on the tutorils, videos, forums answer, etc.

Here are two projects from one of my books demonstrating video playback.

Rickeyricki answered 31/3, 2010 at 12:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.