[[["容易理解","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"]],["上次更新時間: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"]]