[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003e\u003ccode\u003eBrowseItem\u003c/code\u003e objects represent individual items within a media browse list displayed on the Cast receiver.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eBrowseItem\u003c/code\u003e requires either a title or subtitle and can optionally include an image, entity information, and duration.\u003c/p\u003e\n"],["\u003cp\u003eImages associated with \u003ccode\u003eBrowseItems\u003c/code\u003e should ideally match the aspect ratio specified by \u003ccode\u003eBrowseContent#targetAspectRatio\u003c/code\u003e for optimal display.\u003c/p\u003e\n"],["\u003cp\u003ePlaceholder images can be customized using the \u003ccode\u003eimageType\u003c/code\u003e property when an image is unavailable for a browse item.\u003c/p\u003e\n"],["\u003cp\u003eAdditional badges can be displayed over the browse item image using the \u003ccode\u003emediaBadge\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[ui](/cast/docs/reference/web_receiver/cast.framework.ui).BrowseItem \nclass static\n\nContent for the individual browse item in the media browse list.\n\nConstructor\n\nBrowseItem\n\nnew\nBrowseItem(entity, title, subtitle, image)\n\n| Parameter ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| entity | string Content entity information. |\n| title | Optional string Main text of the browse item. |\n| subtitle | Optional string Secondary text of the element. Both title and subtitle can be provided, but at least one of them is required. |\n| image | Optional [cast.framework.messages.Image](/cast/docs/reference/web_receiver/cast.framework.messages.Image) Image displayed for browse item. Value must not be null. |\n\nProperties\n\nduration\n\n(number or undefined)\n\nContent duration in seconds. If provided, duration indicator will be\ndisplayed over media browse item image.\nFor example, if duration = 150, label will be 2:30.\nIf duration is 0, no label will be displayed.\n\nentity\n\nstring\n\nContent entity information.\n\nimage\n\n(non-null [cast.framework.messages.Image](/cast/docs/reference/web_receiver/cast.framework.messages.Image) or undefined)\n\nImage displayed for browse item.\nIt's highly recommended to have image aspect ratio matching\nBrowseContent#targetAspectRatio value.\nIf image is too narrow/tall, it will be pillarboxed.\nIf image is too wide/short, it will be letterboxed.\n\nimageType\n\n(non-null [cast.framework.ui.BrowseImageType](/cast/docs/reference/web_receiver/cast.framework.ui#.BrowseImageType) or undefined)\n\nType of placeholder that will be used if image is not available for the\nbrowse item.\n\nmediaBadge\n\n(non-null [cast.framework.ui.BrowseMediaBadge](/cast/docs/reference/web_receiver/cast.framework.ui#.BrowseMediaBadge) or undefined)\n\nAdditional badge to be displayed over the browse item image.\n\nsubtitle\n\n(string or undefined)\n\nSecondary text of the element. Both title and subtitle can be provided,\nbut at least one of them is required.\n\ntitle\n\n(string or undefined)\n\nMain text of the browse item."]]