iOS自定义视频播放器(avPlayer简易版)
JWAVPlayer
自定义简单的支持横屏竖屏切换的Avplayer
```javascript
JWPlayer*player=[[JWPlayer alloc]initWithFrame:CGRectMake(0, 0, 414,9*414/16)];
[player updatePlayerWith:[NSURL URLWithString:@"http://120.25.226.186:32812/resources/videos/minion_01.mp4"]];
[self.view addSubview:player];
```
[git地址](https://github.com/JarvisHot/JWAVPlayer) 给个star呗
下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/174099c87e589cb4d09a10d36311c1e6.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论