我需要在我的应用程序中使用带有两个音频钉的 m4v 视频。但是当我播放视频时,它同时从两个音轨开始。我需要使用设备的默认语言(默认为英语)加载音轨。
这是我的代码:
_moviePlayer = [[MPMoviePlayerViewController alloc] initWithContentURL:url]; [_moviePlayer shouldAutorotateToInterfaceOrientation:UIInterfaceOrientationLandscapeLeft]; _moviePlayer.moviePlayer.movieSourceType = MPMovieSourceTypeFile; [self presentMoviePlayerViewControllerAnimated:_moviePlayer];