[[["易于理解","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):2024-08-21。"],[[["The Google Cast framework enables the creation and management of media queues on Web Receivers for sequential playback of audio or video content."],["Developers can build media queue items, set autoplay and preload times, and load them into the queue using the `GCKRemoteMediaClient` class."],["The `GCKMediaStatus` class provides information about the queue's status, including the currently playing, loading, and preloaded items."],["The `GCKRemoteMediaClient` offers various methods to edit the queue, such as inserting, updating, removing, and reordering items, as well as controlling queue behavior."],["Sender applications should display the upcoming autoplay item from the queue in their user interface to enhance the user experience."]]],["The Cast framework enables sequential playback of content items (like audio/video) via queueing APIs. Senders can create, edit, reorder, and update queues. The Web Receiver manages the queue as long as it has an active item, maintaining session until the last item finishes or the session is terminated. In iOS, `GCKMediaQueueItem` represents queue items, with options for autoplay and preloading. `GCKMediaStatus` provides information about the loaded, loading, or preloaded item and the queue status. `GCKRemoteMediaClient` allows to load, insert, update, remove, and reorder items.\n"]]