VideoPlayerSize
枚举 |
VIDEO_PLAYER_SIZE_UNSPECIFIED |
此版本中未指定视频播放器尺寸。此枚举是默认值的占位符,不表示实际的视频播放器尺寸。 |
VIDEO_PLAYER_SIZE_SMALL |
视频播放器的尺寸小于 400×300 像素(桌面设备),或者所占的屏幕空间不超过 20%(移动设备)。 |
VIDEO_PLAYER_SIZE_LARGE |
视频播放器的尺寸介于 400x300 到 1280x720 像素(桌面设备)或 20% 到 90% 的屏幕空间(移动设备)之间。 |
VIDEO_PLAYER_SIZE_HD |
视频播放器的尺寸为 1280×720 或更大(桌面设备),或者所占的屏幕空间大于 90%(移动设备)。 |
VIDEO_PLAYER_SIZE_UNKNOWN |
视频播放器的尺寸未知。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-11。
[null,null,["最后更新时间 (UTC):2024-06-11。"],[[["Video player sizes are categorized into unspecified, small, large, HD, and unknown."],["Small video players are less than 400x300 pixels on desktop or cover up to 20% of the screen on mobile."],["Large video players range from 400x300 to 1280x720 pixels on desktop or cover 20% to 90% of the mobile screen."],["HD video players are at least 1280x720 pixels on desktop or cover over 90% of the mobile screen."],["An unspecified size serves as a placeholder and does not reflect an actual video player size, while an unknown size indicates the dimensions are undetermined."]]],[]]