Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Kích thước trình phát video có thể dùng.
Enum
VIDEO_PLAYER_SIZE_UNSPECIFIED
Kích thước trình phát video chưa được chỉ định trong phiên bản này. Enum này là phần giữ chỗ cho giá trị mặc định và không thể hiện kích thước thực của trình phát video.
VIDEO_PLAYER_SIZE_SMALL
Kích thước của trình phát video nhỏ hơn 400×300 (máy tính) hoặc chiếm tối đa 20% màn hình (thiết bị di động).
VIDEO_PLAYER_SIZE_LARGE
Kích thước của trình phát video nằm trong khoảng từ 400x300 đến 1280x720 pixel (máy tính) hoặc chiếm từ 20% đến 90% màn hình (thiết bị di động).
VIDEO_PLAYER_SIZE_HD
Kích thước của trình phát video là 1280×720 trở lên (máy tính) hoặc chiếm hơn 90% màn hình (thiết bị di động).
VIDEO_PLAYER_SIZE_UNKNOWN
Không xác định được kích thước của trình phát video.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-04-02 UTC."],[[["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."]]],["The provided information outlines possible video player sizes. `VIDEO_PLAYER_SIZE_UNSPECIFIED` is a placeholder for a default value. `VIDEO_PLAYER_SIZE_SMALL` is under 400x300 on desktop or up to 20% of screen on mobile. `VIDEO_PLAYER_SIZE_LARGE` ranges from 400x300 to 1280x720 on desktop, or 20% to 90% on mobile. `VIDEO_PLAYER_SIZE_HD` is 1280x720 or more on desktop, over 90% on mobile. `VIDEO_PLAYER_SIZE_UNKNOWN` indicates the size is undetermined.\n"]]