زمان بر حسب ثانیه پس از شروع کلیپ استراحت فعلی. این عضو فقط به صورت پراکنده به روز می شود، بنابراین مقدار آن اغلب قدیمی است. از روش getEstimatedBreakClipTime برای به دست آوردن تخمینی از موقعیت پخش واقعی بر اساس آخرین اطلاعات گزارش شده توسط گیرنده استفاده کنید.
CurrentBreakTime
(تعداد یا تعریف نشده)
زمان بر حسب ثانیه پس از شروع استراحت فعلی سپری شده است. این عضو فقط به صورت پراکنده به روز می شود، بنابراین مقدار آن اغلب قدیمی است. از روش getEstimatedBreakTime برای به دست آوردن تخمینی از موقعیت پخش واقعی بر اساس آخرین اطلاعات گزارش شده توسط گیرنده استفاده کنید.
WhenSkippable
(تعداد یا تعریف نشده)
زمان بر حسب ثانیه که این کلیپ استراحت قابل رد شدن است. 5 به این معنی است که کاربر نهایی می تواند پس از 5 ثانیه از این کلیپ استراحت رد شود. اگر این فیلد تعریف نشده باشد، به این معنی است که کلیپ شکست فعلی قابل رد شدن نیست.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eBreakStatus\u003c/code\u003e class represents the current status of a media break during a Cast session.\u003c/p\u003e\n"],["\u003cp\u003eIt provides information about the break and break clip IDs, elapsed time, and when the break is skippable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecurrentBreakClipTime\u003c/code\u003e and \u003ccode\u003ecurrentBreakTime\u003c/code\u003e values are updated sporadically and often outdated, thus \u003ccode\u003egetEstimatedBreakClipTime\u003c/code\u003e and \u003ccode\u003egetEstimatedBreakTime\u003c/code\u003e are recommended for accurate playback position.\u003c/p\u003e\n"]]],["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"],null,["# Class: BreakStatus\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).[media](/cast/docs/reference/web_sender/chrome.cast.media).BreakStatus\n=================================================================================================================================\n\nclass static\n\nRepresents current status of break.\n\nConstructor\n-----------\n\n### BreakStatus\n\nnew\nBreakStatus()\n\nProperties\n----------\n\n### breakClipId\n\n(string or undefined)\n\nID of the current break clip.\n\n### breakId\n\n(string or undefined)\n\nID of the current break.\n\n### currentBreakClipTime\n\n(number or undefined)\n\nTime in seconds elapsed after the current break clip starts.\nThis member is only updated sporadically, so its value is often out of\ndate. Use the `getEstimatedBreakClipTime` method to get an estimate of\nthe real playback position based on the last information reported by the\nreceiver.\n\n### currentBreakTime\n\n(number or undefined)\n\nTime in seconds elapsed after the current break starts.\nThis member is only updated sporadically, so its value is often out of\ndate. Use the `getEstimatedBreakTime` method to get an estimate of the\nreal playback position based on the last information reported by the\nreceiver.\n\n### whenSkippable\n\n(number or undefined)\n\nThe time in seconds when this break clip becomes skippable. 5 means that\nthe end user can skip this break clip after 5 seconds. If this field is\nnot defined, it means that the current break clip is not skippable."]]