What player can be used to play transparent video in xcode for playing it in ipad?

后端 未结 3 1390
梦毁少年i
梦毁少年i 2020-12-07 05:47

I have a video, which is transparent in some portion. When I try to play this video using AVPlayer or MPMoviePlayer, It is not getting played.

Can anyone suggest wh

3条回答
  •  执笔经年
    2020-12-07 06:35

    Suresh

    You can try AVPlayerLayer. If you are new to Core Animation you can read a programming guide.

    Good luck with your project!

提交回复
热议问题