[[["התוכן קל להבנה","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 (שעון UTC)."],[[["The `cast.framework.events.MediaInformationChangedEvent` signals changes in media information during a Cast session."],["It's triggered by the `cast.framework.events.EventType.MEDIA_INFORMATION_CHANGED` event and provides updated media details."],["The event data includes a `media` property containing a `cast.framework.messages.MediaInformation` object representing the updated media information."]]],["The `MediaInformationChangedEvent` class is the event data for a `MEDIA_INFORMATION_CHANGED` event. It's constructed using `new MediaInformationChangedEvent(media)`, where the `media` parameter is optional but should not be null. This parameter represents `MediaInformation`, and when a change is detected, the event data will contain the updated information. The event is used when media information changes.\n"]]