<div dir="ltr"><div><div><div>Hi,<br><br>Right now, the Android VLC port uses OpenGL or SurfaceView to display the video.<br><br></div>SurfaceView has the disadvantage of not enabling pinch (zoom in/out) and snapshot. I think this was solved by TextureView (<a href="http://developer.android.com/reference/android/view/TextureView.html" target="_blank">http://developer.android.com/reference/android/view/TextureView.html</a>).<br></div>However this works only for API 14+. <br></div>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 ?<br><br>Thank you,<br>Paulo Vitor</div>