标签: swift video nsdata mp4 avasset
我有变量
var videoFile: AVAsset!
它已包含(加载)MP4视频,因此无需任何URL下载或保存到本地光盘。
我需要使用 Swift 将 videoFile转换为NSData 。怎么做这个转换?