Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This documentation details the GCKMediaQueueItem.h file, which defines classes for managing media queue items in Google Cast.
It introduces the GCKMediaQueueItem class, representing an item within a media queue, and GCKMediaQueueItemBuilder for creating and modifying these items.
It also documents the kGCKMediaQueueInvalidItemID constant, representing an invalid queue item identifier.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The core content describes `GCKMediaQueueItem` and `GCKMediaQueueItemBuilder` classes. The former represents a media queue item, while the latter facilitates the creation of new or derived `GCKMediaQueueItem` instances. Additionally, it defines `kGCKMediaQueueInvalidItemID`, a constant variable representing an invalid ID for queue items. The documentation provides further details for each of them, and how to use them.\n"]]