Đại diện cho một đoạn chèn quảng cáo (ví dụ: một đoạn của một quảng cáo trong một điểm chèn quảng cáo).
Hàm dựng
BreakClip
mới
BreakClip(id)
Thông số
id
string
Mã nhận dạng duy nhất của đoạn ngắt.
Thuộc tính
clickThroughUrl
(chuỗi hoặc không xác định)
URL của trang mà người gửi sẽ hiển thị khi người dùng cuối nhấp vào đường liên kết trên giao diện người dùng của người gửi, trong khi người nhận đang phát đoạn video này.
contentId
(chuỗi hoặc không xác định)
URL hoặc mã nội dung của điểm chèn nội dung đa phương tiện đang phát trên bộ nhận.
contentType
(chuỗi hoặc không xác định)
Loại MIME nội dung.
contentUrl
(chuỗi hoặc không xác định)
(Không bắt buộc) ngắt URL nội dung nghe nhìn, để cho phép sử dụng contentId cho mã nhận dạng thực.
Nếu bạn cung cấp contentUrl, giá trị này sẽ được dùng làm URL nội dung đa phương tiện, nếu không, contentId sẽ được dùng làm URL nội dung đa phương tiện.
Cấu hình yêu cầu quảng cáo VAST.
Được sử dụng nếu contentId hoặc contentUrl không được cung cấp.
whenSkippable
(số hoặc không xác định)
Thời lượng tính bằng giây khi đoạn ngắt này có thể bỏ qua. 5 có nghĩa là người dùng cuối có thể bỏ qua đoạn chèn quảng cáo này sau 5 giây. Nếu trường này không được xác định hoặc là một giá trị âm, thì tức là không thể bỏ qua đoạn cắt điểm hiện tại.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.media.BreakClip\u003c/code\u003e represents an ad or break within media content, like an advertisement during a show.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties like \u003ccode\u003econtentId\u003c/code\u003e, \u003ccode\u003econtentUrl\u003c/code\u003e, \u003ccode\u003eduration\u003c/code\u003e, and \u003ccode\u003ewhenSkippable\u003c/code\u003e to define the break's media and behavior.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eBreakClip\u003c/code\u003e can have a click-through URL (\u003ccode\u003eclickThroughUrl\u003c/code\u003e) and a poster to display (\u003ccode\u003eposterUrl\u003c/code\u003e) during playback.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use custom data (\u003ccode\u003ecustomData\u003c/code\u003e) for application-specific needs and define when the break is skippable (\u003ccode\u003ewhenSkippable\u003c/code\u003e).\u003c/p\u003e\n"]]],["The `BreakClip` class represents a media clip within an ad break. Key properties include: `id` (unique identifier), `contentId`/`contentUrl` (media source), `contentType` (MIME type), `duration` (clip length), and `title`. `clickThroughUrl` and `posterUrl` define display elements for the sender's UI. `customData` allows application-specific data. `vastAdsRequest` is used for VAST ads, and `whenSkippable` defines the clip's skippability time. `hlsSegmentFormat` specifies the HLS media segment format.\n"],null,["# Class: BreakClip\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).[media](/cast/docs/reference/web_sender/chrome.cast.media).BreakClip\n===============================================================================================================================\n\nclass static\n\nRepresents a break clip (e.g. a clip of an ad during an ad break).\n\nConstructor\n-----------\n\n### BreakClip\n\nnew\nBreakClip(id)\n\n| #### Parameter ||\n|----|---------------------------------|\n| id | string Unique ID of break clip. |\n\nProperties\n----------\n\n### clickThroughUrl\n\n(string or undefined)\n\nURL of the page that the sender will display, when the end user clicks\nthe link on the sender UI, while the receiver is playing this clip.\n\n### contentId\n\n(string or undefined)\n\nThe URL or content ID of the break media playing on the receiver.\n\n### contentType\n\n(string or undefined)\n\nThe content MIME type.\n\n### contentUrl\n\n(string or undefined)\n\nOptional break media URL, to allow using contentId for the real ID.\nIf contentUrl is provided, it will be used as the media URL, otherwise\nthe contentId will be used as the media URL.\n\n### customData\n\n(non-null Object or undefined)\n\nApplication-specific break clip data.\n\n### duration\n\n(number or undefined)\n\nDuration of a break clip in seconds.\n\n### hlsSegmentFormat\n\n(non-null [chrome.cast.media.HlsSegmentFormat](/cast/docs/reference/web_sender/chrome.cast.media#.HlsSegmentFormat) or undefined)\n\nThe format of the HLS media segment.\n\n### id\n\nstring\n\nUnique ID of break clip.\n\n### posterUrl\n\n(string or undefined)\n\nURL of content that the sender will display while the receiver is playing\nthis clip.\n\n### title\n\n(string or undefined)\n\nTitle of a break clip. Sender might display this on its screen, if\nprovided.\n\n### vastAdsRequest\n\n(non-null [chrome.cast.media.VastAdsRequest](/cast/docs/reference/web_sender/chrome.cast.media.VastAdsRequest) or undefined)\n\nVAST ad request configuration.\nUsed if contentId or contentUrl is not provided.\n\n### whenSkippable\n\n(number or undefined)\n\nThe time in seconds when this break clip becomes skippable. 5 means that\nend user can skip this break clip after 5 seconds. If this field is not\ndefined or is a negative value, it means that current break clip is not\nskippable."]]