• Stars
    star
    191
  • Rank 202,877 (Top 4 %)
  • Language
    Objective-C
  • Created about 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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