I have to implement crop,stretch and fit to screen functionality on video player in android .I am using surface view for playing video, how can I achieve this functionality?!!
Asked
Active
Viewed 650 times
2
-
If you can target 4 and above, you can use TextureView to do some cropping. http://stackoverflow.com/questions/10736517/playing-video-on-textureview – Turnsole Apr 14 '14 at 15:53
-
Yes I can use textureview but I am not clear how to stretch and crop video, if you have some piece of code please post – Suchi Apr 14 '14 at 17:20