Permintaan untuk menghapus daftar item dari antrean. Jika antrean yang tersisa kosong, sesi media akan dihentikan.
Konstruktor
QueueRemoveItemsRequest
new
QueueRemoveItemsRequest(itemIdsToRemove)
Parameter
itemIdsToRemove
Array bilangan
Daftar ID item media yang akan
dihapus. Tidak boleh nol atau kosong.
Nilai tidak boleh nol.
Properti
customData
Objek nullable
Data kustom untuk aplikasi penerima.
itemIds
Array angka non-null
Daftar ID item media yang akan dihapus. Jika salah satu item tidak ada,
item tersebut akan diabaikan. ID item duplikat juga akan diabaikan. Tidak boleh
null atau kosong.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]