GCKMediaQueue डेटा क्लास
ऐसी क्लास जिसमें चल रही सूची या मीडिया कंटेनर की जानकारी होती है.
- से
- 4.4.1
NSObject, <NSकॉपी>, और <NSSecureCoding> को इनहेरिट करता है.
अगर Google Assistant किसी मीडिया का इस्तेमाल करती है, तो उसके लिए डीप लिंक.
सूची का दोहराने वाला मोड.
- (NSUInteger) startIndex |
|
readnonatomicassign |
उस आइटम का इंडेक्स जिसके साथ गेम खेलना है.
सिर्फ़ लोड करने के अनुरोध के लिए.
- (NSTimeInterval) startTime |
|
readnonatomicassign |
वीडियो शुरू होने का समय (सेकंड में).
सिर्फ़ लोड करने के अनुरोध के लिए.
सूची आइटम.
सिर्फ़ लोड करने के अनुरोधों के लिए.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["The `GCKMediaQueueData` class stores information about a playing queue or media container, including details like queue type, ID, name, and repeat mode."],["It provides properties for accessing container metadata, start index, start time, and the queue items themselves."],["This class inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`, offering functionalities related to object lifecycle and data management."],["Developers can utilize `GCKMediaQueueData` to manage and interact with media queues on Google Cast devices."]]],["The `GCKMediaQueueData` class manages media queue information, featuring properties like `queueType`, `queueID`, and `name`. It also handles `repeatMode`, `entity` links, and `containerMetadata`. It holds an array of `items` and sets playback control parameters using `startIndex` and `startTime`. It can only be used with load requests. The queue information is accessed via properties which have the following types: `NSString`, `GCKMediaRepeatMode`, `GCKMediaQueueType`, `GCKMediaQueueContainerMetadata`, `NSTimeInterval`, and `NSArray`.\n"]]