AVPlayer Reverse Playback
问题 How would one go about getting an AVPlayer object to play its video content in reverse? The AVPlayerItem class has a property called "reversePlaybackEndTime," which makes me think that reverse playback is thus possible, but I can't seem to find anything in the docs about actually doing it. 回答1: You can reverse play like this as queuePlayer is AVPlayer : Firstly get to end of video CMTime durTime = self.queuePlayer.currentItem.asset.duration; durationTime = CMTimeGetSeconds(durTime); //NSLog(@