Representa um clipe de intervalo (por exemplo, um clipe de um anúncio durante um intervalo de anúncio).
Construtor
BreakClip
novo
BreakClip(id)
Parâmetro
id
string
ID exclusivo do clipe de intervalo.
Propriedades
clickThroughUrl
(string ou indefinido)
URL da página que o remetente vai exibir quando o usuário final clicar
no link na interface do remetente enquanto o receptor estiver reproduzindo este clipe.
contentId
(string ou indefinido)
É o URL ou ID do conteúdo da mídia de interrupção que está sendo reproduzida no receptor.
contentType
(string ou indefinido)
O tipo MIME do conteúdo.
contentUrl
(string ou indefinido)
URL opcional de mídia de interrupção, para permitir o uso de contentId no ID real.
Se contentUrl for fornecido, ele será usado como o URL de mídia. Caso contrário, contentId será utilizado como o URL de mídia.
customData
(Objeto não nulo ou indefinido)
Dados de clipe de intervalo específicos do aplicativo.
Configuração da solicitação de anúncio VAST.
Usado se contentId ou contentUrl não for fornecido.
whenSkippable
(número ou indefinido)
É o tempo em segundos em que esse clipe de intervalo se torna pulável. O valor 5 significa que
o usuário final pode pular esse clipe de intervalo após 5 segundos. Se esse campo não estiver
definido ou for um valor negativo, isso significa que o clipe de intervalo atual não é
pulável.
[null,null,["Última atualização 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."]]