Tempo in secondi trascorso dall'avvio del clip di interruzione corrente.
Questo membro viene aggiornato solo sporadicamente, pertanto il suo valore è spesso obsoleto. Usa il metodo getEstimatedBreakClipTime per ottenere una stima della
posizione di riproduzione reale in base alle ultime informazioni riportate dal
ricevitore.
currentBreakTime
(numero o non definito)
Tempo in secondi trascorso dall'inizio dell'interruzione attuale.
Questo membro viene aggiornato solo sporadicamente, pertanto il suo valore è spesso obsoleto. Usa il metodo getEstimatedBreakTime per ottenere una stima della
posizione di riproduzione reale in base alle ultime informazioni riportate dal
ricevitore.
whenSkippable
(numero o non definito)
Il tempo in secondi in cui questo clip di interruzione diventa ignorabile. 5 significa che
l'utente finale può saltare questo clip di interruzione dopo 5 secondi. Se questo campo non viene definito, significa che il clip di interruzione corrente non è ignorabile.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-02 UTC."],[[["`BreakStatus` class represents the current status of a media break during a Cast session."],["It provides information about the break and break clip IDs, elapsed time, and when the break is skippable."],["`currentBreakClipTime` and `currentBreakTime` values are updated sporadically and often outdated, thus `getEstimatedBreakClipTime` and `getEstimatedBreakTime` are recommended for accurate playback position."]]],["The `BreakStatus` class represents the current status of a break in media playback. It contains the `breakClipId` and `breakId`, identifying the current clip and break. `currentBreakClipTime` and `currentBreakTime` track elapsed time in seconds, but are updated sporadically. To get accurate timings, `getEstimatedBreakClipTime` and `getEstimatedBreakTime` should be used instead. `whenSkippable` indicates the time in seconds when the current break clip becomes skippable, if applicable.\n"]]