Żądanie usunięcia listy elementów z kolejki. Jeśli pozostała kolejka jest pusta, sesja multimediów zostanie zakończona.
Zespół
QueueRemoveItemsRequest
new
QueueRemoveItemsRequest(itemIdsToRemove)
Parametr
itemIdsToRemove
Tablica liczb
Lista identyfikatorów elementów multimedialnych do usunięcia. Pole nie może być puste ani wynosić zero.
Wartość nie może być wartością null.
Właściwości
customData
Obiekt z możliwością wartości null
Dane niestandardowe aplikacji odbiorcy.
itemIds
Tablica liczb niepustych
Lista identyfikatorów elementów multimedialnych do usunięcia. Jeśli któryś z tych elementów nie istnieje, zostanie zignorowany. Zduplikowane identyfikatory elementów również będą ignorowane. Nie może być puste ani wynosić zero.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2023-12-02 UTC."],[[["`chrome.cast.media.QueueRemoveItemsRequest` is used to remove items from the media queue during a Cast session."],["It requires an array of `itemIds` to specify which items should be removed."],["If the queue becomes empty after removal, the media session will end."],["Custom data can be included in the request for the receiver application."]]],[]]