[[["わかりやすい","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"]]