[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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"]]