[vlc-devel] Android video display
Paulo Vitor Magacho da Silva
pvmagacho at gmail.com
Wed Oct 29 13:05:19 CET 2014
Hi,
Right now, the Android VLC port uses OpenGL or SurfaceView to display the
video.
SurfaceView has the disadvantage of not enabling pinch (zoom in/out) and
snapshot. I think this was solved by TextureView (
http://developer.android.com/reference/android/view/TextureView.html).
However this works only for API 14+.
I would like to give it a try and add this option to display the video
(based on API Level, either SurfaceView or TextureView is used). Any hints
on how to do that ? Anyone ever tried ?
Thank you,
Paulo Vitor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20141029/0684ed60/attachment.html>
More information about the vlc-devel
mailing list