[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2023-12-02 UTC"],[[["`QueueRemoveRequestData` is a class used for sending requests to remove items from a media queue in the Cast framework."],["It allows specifying the `itemIds` to be removed and optional parameters like `currentItemId`, `currentTime`, and `customData`."],["`QueueRemoveRequestData` inherits properties from `cast.framework.messages.RequestData` such as `mediaSessionId`, `requestId`, and `sequenceNumber` for request management."],["The request data includes an array of `itemIds` representing the queue items to delete, enabling the receiver to process the removal."],["Developers can leverage `currentItemId` and `currentTime` to control playback behavior after the deletion, ensuring a smooth transition in the media queue."]]],["`QueueRemoveRequestData` facilitates removing items from a media queue. Key actions involve specifying `itemIds`, an array of numbers representing the IDs of items to delete. Optional data includes `currentItemId` to indicate the next item post-deletion, `currentTime` for playback start time, and `customData` for application-specific extensions. It also inherits properties like `mediaSessionId`, `requestId`, and `sequenceNumber` for request management and synchronization. The constructor initializes with `itemIds`.\n"]]