I would like to implement zooming functionality in a vitamio video control. On checking vitamio code, its found that it is derived from SurfaceView
. So I have tried changing SurfaceView to TextureView
, but app gets crashed while starting video.
So my question is, is it possible to do a zooming using Vitamio video player, if so how can this be done (using SurfaceView or TextureView).