GCKMediaQueueItem.h फ़ाइल
typedef NSUInteger GCKMediaQueueItemID |
मीडिया सूची का आइटम आईडी.
- से
- 4.1
kGCKMediaQueueInvalidItemID |
सूची में मौजूद आइटम का आईडी अमान्य है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["This header file defines the `GCKMediaQueueItem` class for representing items in a media queue and `GCKMediaQueueItemBuilder` for creating them."],["It introduces `GCKMediaQueueItemID`, a typedef representing a media queue item's unique identifier."],["The constant `kGCKMediaQueueInvalidItemID` signifies an invalid queue item ID."]]],["This document outlines components for managing media queues. It defines two classes: `GCKMediaQueueItem`, representing a single item in the queue, and `GCKMediaQueueItemBuilder`, used to create `GCKMediaQueueItem` instances. A typedef, `GCKMediaQueueItemID`, is defined as an unsigned integer representing an item's ID. Finally, `kGCKMediaQueueInvalidItemID` is declared as a constant variable, representing an invalid media queue item ID, useful for managing null or empty queue values.\n"]]