[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-01 UTC."],[[["`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"]]