jjzjj

CMTimeGetSeconds

全部标签

ios - AVPlayer seektotime with Pangesturerecognizer

我正在尝试将seektotime与Pangesture识别器一起使用。但它没有按预期进行搜索。lettotalTime=self.avPlayer.currentItem!.durationprint("time:\(CMTimeGetSeconds(totalTime))")self.avPlayer.pause()lettouchDelta=swipeGesture.translationInView(self.view).x/CGFloat(CMTimeGetSeconds(totalTime))letcurrentTime=CMTimeGetSeconds((avPlayer.

iphone - "_CMTimeGetSeconds",未找到体系结构 armv7 -IOS 的符号

通过使用此代码AVPlayerItem*playerItem=[AVPlayerItemplayerItemWithURL:selectedVideoUrl];CMTimeduration=playerItem.duration;floatseconds=CMTimeGetSeconds(duration);NSLog(@"duration:%.2f",seconds);错误Undefinedsymbolsforarchitecturearmv7:"_CMTimeGetSeconds",referencedfrom:-[VideoUploadimagePickerController: