Elenco di elementi della coda da aggiornare. Non verrà eseguito alcun riordinamento: gli articoli manterranno l'ordine esistente e verranno completamente sostituiti con quelli forniti, incluse le informazioni sui contenuti multimediali. Gli elementi non forniti in questo elenco rimarranno invariati. Le informazioni sulle tracce non possono cambiare dopo il caricamento dell'elemento (se l'elemento è currentItem). Se un elemento non esiste, verrà ignorato.
Il valore non deve essere nullo.
Proprietà
customData
oggetto nullable
Dati personalizzati per l'applicazione destinatario.
Elenco di elementi della coda da aggiornare. Non verrà eseguito alcun riordinamento: gli articoli manterranno l'ordine esistente e verranno completamente sostituiti con quelli forniti, incluse le informazioni sui contenuti multimediali. Gli elementi non forniti in questo elenco rimarranno invariati. Le informazioni sulle tracce non possono cambiare dopo il caricamento dell'elemento (se l'elemento è currentItem). Se un elemento non esiste, verrà ignorato.
[[["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-02 UTC."],[[["`QueueUpdateItemsRequest` is used to update existing items within a media queue on a Cast receiver."],["It allows updating properties of existing queue items, including custom data and media information, without changing their order."],["Items not included in the request remain unchanged, and any non-existent items are ignored."],["Track information for the currently playing item cannot be modified using this request."],["The `itemsToUpdate` property is required and must contain an array of `chrome.cast.media.QueueItem` objects."]]],["The `QueueUpdateItemsRequest` class manages updates to a media queue. It uses a list of `QueueItem` objects to modify existing queue entries. Updates fully replace existing items, including their media information, while unmentioned items remain unchanged. Item order is preserved. `itemsToUpdate` are used to perform the updates. `customData` property allows for sending custom application data. If an item in the request does not exist it is ignored.\n"]]