我正在使用 YouTube API 播放视频,我尝试删除一些元素 删除
的原因是什么 - 从播放器中隐藏右上角按钮、命名视频和用户?
这是我的代码
let playerVars: [String: Any] = [
"controls": 0,
"modestbranding": 1,
"playsinline": 1,
"autohide" : 1,
"disablekb" : 1,
"rel": 0,
"showinfo": 0,
"autoplay": 1
]
player.load(withVideoId: "pNpe0ZFVH6g", playerVars: playerVars)
player.delegate = self