随笔分类 - iOS 音频 视频
摘要:转载自 http://www.cnblogs.com/kenshincui/p/4186022.html 随着移动互联网的发展,如今的手机早已不是打电话、发短信那么简单了,播放音乐、视频、录音、拍照等都是很常用的功能。在iOS中对于多媒体的支持是非常强大的,无论是音视频播放、录制,还是对麦克风、摄像
阅读全文
摘要:#import "ViewController.h" #import #import @interface ViewController () @property(nonatomic,weak)UIImageView *image; @property(nonatomic,strong)MPM...
阅读全文
摘要://原理,还是调用UIImagePickerController控制器,设置Type为视频 #import "ViewController.h" #import @interface ViewController () @end @implementation ViewController...
阅读全文
摘要://原理:调用 #import "ViewController.h" @interface ViewController () @property(nonatomic,weak)UIImageView *photoImage; @end @implementation ViewControl...
阅读全文
摘要:#import "ViewController.h"#import @interface ViewController ()@property(nonatomic,strong)AVAudioRecorder*record;@property(nonatomic,strong)CADisplayLi...
阅读全文
摘要:#import "ViewController.h"#import @interface ViewController ()@property(nonatomic,strong)AVAudioPlayer*player;@end@implementation ViewController- (voi...
阅读全文
摘要:1.控制器代码#import "ViewController.h"#import #import "RYAVTool.h"@interface ViewController ()@property(nonatomic,strong)NSMutableDictionary*allAvID;@end@i...
阅读全文

浙公网安备 33010602011771号