gpt4 book ai didi

swift - 为什么 AVPlayerView 在 Swift 中没有名为 "player"的成员

转载 作者:搜寻专家 更新时间:2023-10-31 08:23:39 34 4
gpt4 key购买 nike

我试图在 Swift 中使用 AVPlayerView,但编译器提示它无法在 AVPlayerView 中找到名为 player 的成员。

Error saying AVPlayerView does not have a member named "player"

但是 AVPlayerView 显然有一个名为 player 的属性。

AVPlayerView class definition shows it has a property named "player"

其他属性或方法都可以。好像只有player不被识别。

最佳答案

您明确必须导入 AVFoundation 框架(它定义AVPlayer 类):

import AVKit
import AVFoundation

let playerView = AVPlayerView()
let player = playerView.player

这可能被认为是 AVKit 框架(Swift View )中的错误。

关于swift - 为什么 AVPlayerView 在 Swift 中没有名为 "player"的成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30555315/

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