[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-02。"],[[["`QueueItem` objects represent items within a media queue, holding information like media metadata, playback settings, and custom data."],["Developers can create `QueueItem` instances to insert elements into the queue, but should omit the `itemId` for new items to avoid conflicts."],["Key properties of a `QueueItem` include `media` for content details, `autoplay` and `startTime` for playback control, and `preloadTime` to optimize transitions."],["The `customData` property allows developers to attach application-specific information to queue items for extended functionality."],["Existing queue items can be identified and managed using their unique `itemId`, assigned by the receiver upon insertion."]]],["`QueueItem` stores queue element information. Developers create it for inserting queue elements, omitting `itemId` to prevent collisions. Key properties include: `activeTrackIds` (active track IDs), `autoplay` (automatic playback), `customData` (extra data), `media` (metadata), `orderId` (original order), `preloadTime` (preloading hint), and `startTime` (content start time). `itemId` is assigned by the receiver during creation/insertion, and `preloadTime` helps smooth transitions between queued items.\n"]]