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 |
影片播放器的尺寸不明。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-06-11 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]