当前位置:   article > 正文

AVPlay播放视频_piay视频海量v

piay视频海量v

  1. @property (nonatomic, retain, nullable) AVPlayer *player;
  2. NSString *urlStr= [[NSBundle mainBundle]pathForResource:@"demo.mp4" ofType:nil];
  3. NSURL *url=[NSURL fileURLWithPath:urlStr];
  4. AVPlayerItem *playerItem=[AVPlayerItem playerItemWithURL:url];
  5. _player=[AVPlayer playerWithPlayerItem:playerItem];
  6. //没这句话会死很久的,,,,
  7. AVPlayerLayer *playerLayer=[AVPlayerLayer playerLayerWithPlayer:self.player];
  8. playerLayer.frame = self.view.bounds;
  9. [self.view.layer addSublayer:playerLayer];
  10. [self.player play];

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/276855
推荐阅读
相关标签
  

闽ICP备14008679号