Skip to content

基于IJKPlayer框架的iOS播放器,包含全屏,播放,暂停,亮度调节,音量调节,进度条等UI控件及相应功能。

Notifications You must be signed in to change notification settings

YueWangChina/ijkPlayer

Repository files navigation

ijkPlayer

自定义播放器 创建方法
_playerView = [[SYMediaPlayerView alloc] initWithFrame:CGRectMake(0, TopMargin, kDWidth, MinPlayerHeight) uRL:[NSURL URLWithString:mvUrl] title:@"这是视频标题"]; _playerView.delegate=self; [self.view addSubview:_playerView]; 代理自己实现 。我也不多说了 写的 不是很好,只是完成了简单的一些功能。如有建议,请给我留言。大家共同学习,共同进步!

Alt text

Alt text

About

基于IJKPlayer框架的iOS播放器,包含全屏,播放,暂停,亮度调节,音量调节,进度条等UI控件及相应功能。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published