সেকেন্ডে বিষয়বস্তুর সময়কাল। যদি প্রদান করা হয়, সময়কাল নির্দেশক মিডিয়া ব্রাউজ আইটেম ইমেজ উপর প্রদর্শিত হবে. উদাহরণস্বরূপ, সময়কাল = 150 হলে, লেবেল হবে 2:30। সময়কাল 0 হলে, কোন লেবেল প্রদর্শিত হবে না।
ছবি ব্রাউজ আইটেম জন্য প্রদর্শিত. BrowseContent#targetAspectRatio মানের সাথে ইমেজ অ্যাসপেক্ট রেশিও মিলে যাওয়া অত্যন্ত বাঞ্ছনীয়। ছবি খুব সরু/লম্বা হলে, এটি পিলারবক্স করা হবে। ছবি খুব চওড়া/ছোট হলে, এটি লেটারবক্স করা হবে।
[[["সহজে বোঝা যায়","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-24 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,["# Class: BrowseItem\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[ui](/cast/docs/reference/web_receiver/cast.framework.ui).BrowseItem\n=======================================================================================================================================\n\nclass static\n\nContent for the individual browse item in the media browse list.\n\nConstructor\n-----------\n\n### BrowseItem\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----------\n\n### duration\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\n### entity\n\nstring\n\nContent entity information.\n\n### image\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\n### imageType\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\n### mediaBadge\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\n### subtitle\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\n### title\n\n(string or undefined)\n\nMain text of the browse item."]]