在 AVPlayer 缓冲时设置 UIActivityIndicatorView?在目标 c
Posted
技术标签:
【中文标题】在 AVPlayer 缓冲时设置 UIActivityIndicatorView?在目标 c【英文标题】:Set UIActivityIndicatorView when AVPlayer is buffering? in objective c 【发布时间】:2017-06-19 08:37:13 【问题描述】:如何检查我的 AVPlayer 是否正在缓冲?
我想检测我的 AVPlayer 是否正在为 .m3u8 格式的 URl 进行缓冲,以便在下载视频时可以显示加载程序或其他内容。但我似乎在 AVPlayer 的文档中找不到任何内容。
【问题讨论】:
找到***.com/questions/32845291/…,***.com/questions/24030003/…使用通知... 【参考方案1】:您可以使用 KVO 来观察 keyPath timeControlStatus
。有三种不同的状态;
AVPlayerTimeControlStatusWaitingToPlayAtSpecifiedRate
AVPlayerTimeControlStatusPlaying
AVPlayerTimeControlStatusPaused
【讨论】:
以上是关于在 AVPlayer 缓冲时设置 UIActivityIndicatorView?在目标 c的主要内容,如果未能解决你的问题,请参考以下文章