삭제 후 현재 미디어 항목의 ID입니다. 제공하지 않으면 currentItem 값은 삭제 전과 동일합니다. 삭제되어 존재하지 않는 경우 currentItem 값은 목록의 다음 논리 항목을 가리킵니다.
currentTime
(숫자 또는 정의되지 않음)
콘텐츠 시작 후 현재 항목의 재생을 시작한 후 경과된 시간(초)입니다. 제공되는 경우 이 값은 QueueItem 수준에서 제공된 startTime 값보다 우선하지만 항목이 처음 재생될 때만 적용됩니다. 이는 QueueItem startTime처럼 사용자가 항목의 중간으로 이동하는 일반적인 사례를 다루므로 currentTime이 항목에 영구적으로 적용되지 않습니다. startTime을 동적으로 재설정할 필요가 없습니다 (휴대전화가 절전 모드로 전환된 경우에는 불가능할 수 있음).
customData
(null이 아닌 객체 또는 정의되지 않음)
이 요청에 대한 애플리케이션별 데이터입니다. 이를 통해 발신자와 수신자는 맞춤 메시지에 새 네임스페이스를 사용하지 않고도 미디어 프로토콜을 쉽게 확장할 수 있습니다.
[null,null,["최종 업데이트: 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"]]