preguntar acerca de avasset
3
réponses
iOS 7 AVPlayer AVPlayerItem durée incorrecte Dans iOS 7
j'ai le code suivant dans mon application:
NSURL *url = [NSURL fileURLWithPath: [self.DocDir stringByAppendingPathComponent: self.FileName] isDirectory: NO];
self.avPlayer = [AVPlayer playerWithURL: url];
Float64 duration = CMTimeGetSeconds(self.av …
demandé sur
1970-01-01 00:33:33