冯学杰

Results 1 comments of 冯学杰

- (void)initializePlayer { if (self.player) { [self.player stop]; } AVPUrlSource *urlSource = [[AVPUrlSource alloc] urlWithString:[NSString stringWithFormat:@"%@",self.assetURL]]; [self.player setUrlSource:urlSource]; self.player.playerView = [[UIView alloc]init]; self.view.playerView = self.player.playerView; self.player.autoPlay = self.shouldAutoPlay; [self.player prepare];...