let name = currentTimeStamp() + ".mp4"
let temporaryFile = (NSTemporaryDirectory() as NSString).stringByAppendingPathComponent(name)
movieURL = NSURL(fileURLWithPath: temporaryFile)
iOS 视频文件和图片文件缓存路径
最新推荐文章于 2021-03-26 10:21:05 发布