(IOS)AVPlayer视频播放完成的通知监听

[[NSNotificationCenter defaultCenter]

 addObserver:self

 selector:@selector(videoPlayEnd)

 name:AVPlayerItemDidPlayToEndTimeNotification

 object:nil];

你可能感兴趣的:((IOS)AVPlayer视频播放完成的通知监听)