标签: ios7 seekbar audio-player mpnowplayinginfocenter control-center
我在IOS应用中有一个播放器,其中有一个自定义播放器。
当我在应用程序中寻找新的位置时,控制中心的当前位置会继续移动,但不会跳到新位置。
我没有在MPNowPlayingInfoCenter中找到要设置的属性。
答案 0 :(得分:1)
查看其他元数据属性:
https://developer.apple.com/library/ios/documentation/mediaplayer/reference/MPNowPlayingInfoCenter_Class/Reference/Reference.html#//apple_ref/doc/constant_group/Additional_Metadata_Properties
MPNowPlayingInfoPropertyElapsedPlaybackTime是您要搜索的内容