在嵌入 YouTube 视频的 HTML 代码中,加速度计、陀螺仪和画中画有什么作用?

nop*_*ole 8 html youtube

在 Youtube 上传完视频后,建议嵌入 HTML 代码:

<iframe width="560" height="315" src="https://www.youtube.com/embed/UF8uR6Z6KLc" frameborder="0" 
 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Run Code Online (Sandbox Code Playgroud)

究竟是什么的accelerometergyroscopepicture-in-picture做什么?

小智 9

根据 YouTube 帮助部分:

画中画-阅读此处 允许您在移动设备上使用其他应用程序的同时观看 YouTube 视频。

陀螺仪和加速度计

这通常是指当用户旋转或移动他们的设备时,所以我猜这将是在有人嵌入虚拟现实或 360 度视频时?