GCKMediaQueueItem.h File
Stay organized with collections
Save and categorize content based on your preferences.
kGCKMediaQueueInvalidItemID |
An invalid queue item ID.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eGCKMediaQueueItem.h\u003c/code\u003e file, which defines classes for managing media queue items in Google Cast.\u003c/p\u003e\n"],["\u003cp\u003eIt introduces the \u003ccode\u003eGCKMediaQueueItem\u003c/code\u003e class, representing an item within a media queue, and \u003ccode\u003eGCKMediaQueueItemBuilder\u003c/code\u003e for creating and modifying these items.\u003c/p\u003e\n"],["\u003cp\u003eIt also documents the \u003ccode\u003ekGCKMediaQueueInvalidItemID\u003c/code\u003e constant, representing an invalid queue item identifier.\u003c/p\u003e\n"]]],["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"],null,["# GCKMediaQueueItem.h File\n\n[Classes](#nested-classes) \\| [Variables](#var-members) \nGCKMediaQueueItem.h File Reference \n\n|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Classes ------- ||\n| class | [GCKMediaQueueItem](/cast/v3/reference/ios/interface_g_c_k_media_queue_item) |\n| | A class representing a media queue item. [More...](/cast/v3/reference/ios/interface_g_c_k_media_queue_item#details) |\n| ||\n| class | [GCKMediaQueueItemBuilder](/cast/v3/reference/ios/interface_g_c_k_media_queue_item_builder) |\n| | A builder object for constructing new or derived [GCKMediaQueueItem](/cast/v3/reference/ios/interface_g_c_k_media_queue_item \"A class representing a media queue item. \") instances. [More...](/cast/v3/reference/ios/interface_g_c_k_media_queue_item_builder#details) |\n| ||\n\n|------------------|-------------------------------------------------------------------------------------------------------------------|\n| Variables --------- ||\n| const NSUInteger | [kGCKMediaQueueInvalidItemID](/cast/v3/reference/ios/g_c_k_media_queue_item_8h#a200e0d20acf51d47ce1c90ae982bd4e5) |\n| | An invalid queue item ID. [More...](#a200e0d20acf51d47ce1c90ae982bd4e5) |\n| ||\n\nVariable Documentation\n----------------------\n\n|-----------------------------|\n| kGCKMediaQueueInvalidItemID |\n\nAn invalid queue item ID."]]