List of queue
items to be updated. No reordering will happen, the items will retain
the existing order and will be fully replaced with the ones provided,
including the media information. The items not provided in this list
will remain unchanged. The tracks information can not change once the item
is loaded (if the item is the currentItem). If any of the items does not
exist it will be ignored.
List of queue items to be updated. No reordering will happen, the items
will retain the existing order and will be fully replaced with the ones
provided, including the media information. The items not provided in this
list will remain unchanged. The tracks information can not change once
the item is loaded (if the item is the currentItem). If any of the items
does not exist it will be ignored.
[[["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."],[[["`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"]]