gpt4 book ai didi

iphone - iO4 上只有 MPMoviePlayerController 的音频

转载 作者:搜寻专家 更新时间:2023-10-30 20:27:27 25 4
gpt4 key购买 nike

当我播放视频时这样做:

    NSString *videoFilepath = [[NSBundle mainBundle] pathForResource:@"bacon" ofType:@"mov"];
NSURL *videoURL = [NSURL fileURLWithPath:videoFilepath];
MPMoviePlayerController *movie;
movie = [[MPMoviePlayerController alloc] initWithContentURL:videoURL];
[movie play];

在 3.2 上,它可以正常工作。但是,如果我将基本 SDK 切换到 4.0,我只会听到电影的声音。

有什么想法吗?

最佳答案

我相信将此添加到您的播放命令中应该会改善您的情况:

[电影播放][电影设置全屏:是];[self.view addSubview:movie.view];

尝试测试此属性,因为它听起来像电影正在播放但尚未设置为全屏:

http://developer.apple.com/iphone/library/documentation/mediaplayer/reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html#//apple_ref/occ/instp/MPMoviePlayerController/fullscreen

这行代码也很重要:[ self 呈现MoviePlayerViewControllerAnimated:movie];

关于iphone - iO4 上只有 MPMoviePlayerController 的音频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3292896/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com