تاريخ التعديل الأخير: 2023-12-01 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2023-12-01 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`ClipEndedEvent` provides data for the `cast.framework.events.EventType.CLIP_ENDED` event, signaling when a media clip has finished playing."],["It includes `currentMediaTime` indicating the playback time when the clip ended and `endedReason` specifying why the clip ended (e.g., naturally, skipped, etc.)."],["Developers can access these properties to understand the context of the clip ending and implement corresponding logic in their web receiver application."]]],["The `ClipEndedEvent` class provides data for the `CLIP_ENDED` event. It's initialized with `currentMediaTime`, a number representing the clip's end time in seconds, and an optional `endedReason`, specifying why the clip ended. The class also contains two constant properties: `currentMediaTime`, the end time in seconds, and `endedReason`, indicating the reason for clip termination. This is essential data in the event the event `CLIP_ENDED` is triggered.\n"]]