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.
当当前视频完成时,不是检查播放状态并开始播放下一个视频(通过 embedCode),有没有办法给它一个视频列表(即嵌入代码)然后它一个接一个地播放它们?
我假设您在这里谈论的是本机 iOS SDK。
OOOoyalaPlayer 上有一个名为 (BOOL)setEmbedCodes:(NSArray *)embedCodes 的方法,它接收表示嵌入代码的 NSString 数组。这些将按顺序播放,假设 actionAtEnd 设置为其默认值 OOOoyalaPlayerActionAtEndContinue。