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 2023-12-01 UTC."],[[["`BreakStatus` objects represent the status of a break in a media stream, including information about the current break clip and time elapsed."],["Constructor parameters include `currentBreakTime` and `currentBreakClipTime` for initializing break status."],["Key properties include `breakClipId`, `breakId`, `currentBreakClipTime`, `currentBreakTime`, `seekBreak`, and `whenSkippable` for detailed break information."],["`whenSkippable` property determines when a break clip can be skipped by the user, if at all."],["The `seekBreak` property reflects a dynamically generated break when a user seeks over a break in the content."]]],["`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"]]