[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["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"]]