Um intervalo gerado dinamicamente como resultado de uma busca do usuário durante uma pausa.
whenSkippable
(número ou indefinido)
É o tempo em segundos em que esse clipe de intervalo se torna pulável. 5 significa que o usuário final pode pular esse clipe de interrupção após cinco segundos. Se esse
campo não for definido, o clipe de intervalo atual não será
pulável.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eBreakStatus\u003c/code\u003e objects represent the status of a break in a media stream, including information about the current break clip and time elapsed.\u003c/p\u003e\n"],["\u003cp\u003eConstructor parameters include \u003ccode\u003ecurrentBreakTime\u003c/code\u003e and \u003ccode\u003ecurrentBreakClipTime\u003c/code\u003e for initializing break status.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003ebreakClipId\u003c/code\u003e, \u003ccode\u003ebreakId\u003c/code\u003e, \u003ccode\u003ecurrentBreakClipTime\u003c/code\u003e, \u003ccode\u003ecurrentBreakTime\u003c/code\u003e, \u003ccode\u003eseekBreak\u003c/code\u003e, and \u003ccode\u003ewhenSkippable\u003c/code\u003e for detailed break information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ewhenSkippable\u003c/code\u003e property determines when a break clip can be skipped by the user, if at all.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eseekBreak\u003c/code\u003e property reflects a dynamically generated break when a user seeks over a break in the content.\u003c/p\u003e\n"]]],["`BreakStatus` details the state of a media break, indicating the time elapsed within the current break (`currentBreakTime`) and within the current break clip (`currentBreakClipTime`). It includes the IDs of the current break (`breakId`) and break clip (`breakClipId`). `whenSkippable` shows when a break clip can be skipped, while `seekBreak` represents a break dynamically created from a seek. This class is a constructor accepting `currentBreakTime` and `currentBreakClipTime`.\n"],null,[]]