Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在iphone上播放具有透明背景的视频,包括声音。例如,如果我收到一条短信通知,应用程序应该播放 MainBundle 中具有透明背景的特定视频。
请帮我解决这个问题。
要播放透明视频,您需要使用AVFoundation.framework. 它不是真的很难和可行,互联网上有一些很棒的教程。但是,当您想让应用程序在后台运行并监听传入的 SMS 时,这真的不应该是您的主要关注点,因为这对于 SDK 来说根本不可能。
AVFoundation.framework