업데이트할 큐 항목 목록입니다. 재정렬은 발생하지 않으며 항목은 기존 순서를 유지하며 미디어 정보를 포함하여 제공된 항목으로 완전히 대체됩니다. 이 목록에 제공되지 않은 항목은 변경되지 않습니다. 항목이 현재 로드된 후에는 트랙 정보를 변경할 수 없습니다 (항목이 currentItem인 경우). 존재하지 않는 항목은 무시됩니다.
업데이트할 큐 항목 목록입니다. 재정렬은 발생하지 않으며 항목은 기존 순서를 유지하며 미디어 정보를 포함하여 제공된 항목으로 완전히 대체됩니다. 이 목록에서 제공되지 않은 항목은 변경되지 않습니다. 항목이 현재 로드된 후에는 트랙 정보를 변경할 수 없습니다 (항목이 currentItem인 경우). 존재하지 않는 항목은 무시됩니다.
[null,null,["최종 업데이트: 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"]]