美文网首页
视频播放

视频播放

作者: 风影鹤 | 来源:发表于2018-11-22 19:39 被阅读0次

     NSString *file = [[NSBundle mainBundle]pathForResource:@"hj" ofType:@"mp4"];

        AVPlayerViewController *player = [[AVPlayerViewController alloc]init];

        player.player = [AVPlayer playerWithURL:[NSURL fileURLWithPath:file]];

        [self presentViewController:player animated:YES completion:nil];

        [player.playerplay];

    相关文章

      网友评论

          本文标题:视频播放

          本文链接:https://www.haomeiwen.com/subject/bqdrqqtx.html