[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-01。"],[[["`LoadEvent` provides data for events related to loading or preloading media in the player."],["It's constructed with a type ([cast.framework.events.EventType](/cast/docs/reference/web_receiver/cast.framework.events#.EventType)) and optional media information ([cast.framework.messages.MediaInformation](/cast/docs/reference/web_receiver/cast.framework.messages.MediaInformation))."],["The `media` property offers details about the media being loaded."]]],["The `LoadEvent` class handles data for load or preload requests made to the player. It's initialized using a constructor with two parameters: `type`, representing the event type, and an optional `media` parameter containing `MediaInformation`. This `media` property, accessible as a constant, holds details about the media being loaded and must be non-null. The `type` value also can't be null.\n"]]