변경 후 현재 미디어 항목의 ID입니다 (제공되지 않거나 찾을 수 없는 경우 currentItem 값은 업데이트 전과 동일함).
currentTime
(숫자 또는 정의되지 않음)
콘텐츠 시작 후 현재 항목의 재생을 시작한 후 경과된 시간(초)입니다. 제공되는 경우 이 값은 QueueItem 수준에서 제공된 startTime 값보다 우선하지만 항목이 처음 재생될 때만 적용됩니다. 이는 QueueItem startTime처럼 사용자가 항목의 중간으로 이동하는 일반적인 사례를 다루므로 currentTime이 항목에 영구적으로 적용되지 않습니다. startTime을 동적으로 재설정할 필요가 없습니다 (휴대전화가 절전 모드로 전환된 경우에는 불가능할 수 있음).
customData
(null이 아닌 객체 또는 정의되지 않음)
이 요청에 대한 애플리케이션별 데이터입니다. 이를 통해 발신자와 수신자는 맞춤 메시지에 새 네임스페이스를 사용하지 않고도 미디어 프로토콜을 쉽게 확장할 수 있습니다.
[[["이해하기 쉬움","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)"],[[["`QueueUpdateRequestData` is used to send requests for updating the media queue, such as changing the current item, playback time, or reordering items."],["It includes properties for specifying the desired changes, like `currentItemId`, `currentTime`, `items`, `repeatMode`, and `shuffle`."],["`customData` enables the sender and receiver to exchange application-specific information alongside the queue update request."],["The request also includes properties for identification and synchronization, like `requestId`, `mediaSessionId`, and `sequenceNumber`."],["Developers can use this data structure to build robust media playback experiences with features like queue management, playback control, and custom application logic."]]],[]]