
AVFoundation MediaPlayer 音视频
小手一背爱谁谁
这个作者很懒,什么都没留下…
展开
-
iOS 语音读文字so easy
#import // 点击事件里读文字 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ AVSpeechSynthesizer *synthesize = [[AVSpeechSynthesizer alloc]init]; AVSpeechUtterance *utterance =原创 2016-04-14 16:56:14 · 1380 阅读 · 0 评论 -
iOS 加载网络视频之(UIWebView)篇
NSURL *url =[[NSURL alloc] initWithString:@"http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"]; UIWebView *myWeb = [[UIWebView alloc] initWithFrame:CGRectMake(200, 90,原创 2016-06-28 15:27:47 · 1239 阅读 · 0 评论 -
iOS 加载网络视频之(AVFoundation.framewor)的MPMoviePlayerController
//引用 AVFoundation.framework #import "FirstViewController.h" #import @interface FirstViewController () //视频播放器 @property (strong, nonatomic) MPMoviePlayerController *player;原创 2016-06-28 15:24:22 · 2535 阅读 · 0 评论