使用MPMusicPlayerController
有办法查询曲目长度吗?
使用.currentPlaybackTime我可以弄清楚我进入赛道的距离,但我无法知道赛道有多长。
对于某些曲目,我的[MPMediaItem valueForProperty:MPMediaItemPropertyAssetURL]
返回null,因此使用AVAsset对我不起作用。
答案 0 :(得分:13)
轻松使用
NSNumber *duration=[item valueForProperty:MPMediaItemPropertyPlaybackDuration];