Bir öğe listesinin sıradan kaldırılmasına yönelik istek. Kalan sıra boşsa medya oturumu sonlandırılır.
Marka
QueueRemoveItemsRequest
yeni
QueueRemoveItemsRequest(itemIdsToRemove)
Parametre
itemIdsToRemove
Sayı dizisi
Kaldırılacak medya öğesi kimliklerinin listesi. Boş veya değer atanmamış olmamalıdır.
Değer boş olamaz.
Özellikler
customData
null özellikli Nesne
Alıcı uygulamanın özel verileri.
itemIds
null olmayan sayı dizisi
Kaldırılacak medya öğesi kimliklerinin listesi. Öğelerden herhangi biri mevcut değilse
yok sayılır. Yinelenen öğe kimlikleri de yoksayılır. Null veya boş olmamalıdır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]