gpt4 book ai didi

ios - MPMoviePlayerLoadState DidChangeNotification 需要什么头文件?

转载 作者:行者123 更新时间:2023-11-29 04:52:54 25 4
gpt4 key购买 nike

我不知道应该包含什么头文件。

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadStateDidChange:) name:MPMoviePlayerLoadStateDidChangeNotification object:nil];

错误:未声明的标识符 MPMoviePlayerLoadStateDidChangeNotification

抱歉,我找到解决方案

#import <MediaPlayer/MediaPlayer.h>

最佳答案

http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPMoviePlayerController_Class/Reference/Reference.html在文档中指出 MPMoviePlayerController.h (引用):

MPMoviePlayerLoadStateDidChangeNotification通知观察者网络缓冲状态发生变化。受影响的电影播放器​​存储在通知的对象参数中。没有 userInfo 字典。当前的加载状态可以从电影播放器​​ Controller 的 loadState 属性中检索。

可用性适用于 iOS 3.2 及更高版本。

声明于MPMoviePlayerController.h

在 iOS 开发中心搜索一两次,类似的东西几乎总是存在;-)

关于ios - MPMoviePlayerLoadState DidChangeNotification 需要什么头文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8517983/

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