摘要: #import <AVFoundation/AVFoundation.h> 需要引入 //获取document目录的路径- (NSString*) documentsPath { if (! _documentsPath) { NSArray *searchPaths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES); _documentsPath = [searchPaths objectAtIndex: 0]; [_documentsPath retain]; } 阅读全文
posted @ 2011-03-11 14:06 子非あ鱼 阅读(4737) 评论(0) 推荐(0)