[[["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."],[[["\u003cp\u003eThe \u003ccode\u003ecast.framework.events.MediaInformationChangedEvent\u003c/code\u003e signals changes in media information during a Cast session.\u003c/p\u003e\n"],["\u003cp\u003eIt's triggered by the \u003ccode\u003ecast.framework.events.EventType.MEDIA_INFORMATION_CHANGED\u003c/code\u003e event and provides updated media details.\u003c/p\u003e\n"],["\u003cp\u003eThe event data includes a \u003ccode\u003emedia\u003c/code\u003e property containing a \u003ccode\u003ecast.framework.messages.MediaInformation\u003c/code\u003e object representing the updated media information.\u003c/p\u003e\n"]]],["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"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[events](/cast/docs/reference/web_receiver/cast.framework.events).MediaInformationChangedEvent \nclass static\n\nEvent data for a `cast.framework.events.EventType.MEDIA_INFORMATION_CHANGED`\nevent.\n\nConstructor\n\nMediaInformationChangedEvent\n\nnew\nMediaInformationChangedEvent(media)\n\n| Parameter ||\n|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| media | Optional [cast.framework.messages.MediaInformation](/cast/docs/reference/web_receiver/cast.framework.messages.MediaInformation) Value must not be null. |"]]