简体   繁体   中英

Overlapping video views in Android

I want to know if it is possible to get overlapping videoviews, like for ex. we get in Skype, for android applications. Can I get the basic Logic on how to achieve this?

Thanks

这是不可能的,除了在Android 4.0+上使用TextureViewMediaPlayer而不是VideoView (在其实现中使用SurfaceView )。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM