标签: ios objective-c cocoa-touch video-streaming avfoundation
我想知道是否有任何AVPlayer类的属性或方法告诉我流媒体视频的可播放/缓冲到设备的百分比(或CMTime / CMTimeRange)是多少?
我查看了AVPlayer,AVURLAsset和AVPlayerItem。除了seekableTimeRanges方法之外,我没有找到任何看起来会有所帮助的东西。
AVPlayer
AVURLAsset
AVPlayerItem
seekableTimeRanges
感谢您的帮助。