gpt4 book ai didi

iphone - MPMovieNaturalSizeAvailableNotification 不起作用?

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

我用下面的代码添加了一个通知,

  [[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(videoLoadingComplete)
name:MPMovieNaturalSizeAvailableNotification
object:self.streamPlayer];

但是在视频开始播放后,它并没有进入videoLoadingComplete函数。

最佳答案

你可以使用下面的代码

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(moviestart:)   name:MPMoviePlayerLoadStateDidChangeNotification object:nil];
-(void)moviestart
{
//your code here
}

关于iphone - MPMovieNaturalSizeAvailableNotification 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12795030/

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