开发者

Change Video position while playback

开发者 https://www.devze.com 2023-01-07 04:14 出处:网络
Is there any way on Android to dynamically change position of VideoView or SurfaceView while playing video?

Is there any way on Android to dynamically change position of VideoView or SurfaceView while playing video?

I've tried to use view a开发者_Python百科nimators, Surface.setPosition(), View.layout(), push Surface view with ralated LinearLayout with bigger weight( this approach helps sometimes and i see that video jumps to new position while playing but i need smooth moving.) and nothing happens until video ends.

(Checked on Emulator (2.2) and Nexus One - results are the same)


Test it on actual device, mine also didnt work on emulator but worked on device

0

精彩评论

暂无评论...
验证码 换一张
取 消