GCKMediaQueueDataBuilder क्लास
नए या डिराइव किए गए GCKMediaQueueData
इंस्टेंस बनाने के लिए, बिल्डर ऑब्जेक्ट.
बिल्डर का इस्तेमाल, किसी मौजूदा प्रॉपर्टी से GCKMediaQueueData
पाने के लिए किया जा सकता है.
- से
- 4.4.1
NSObject को इनहेरिट करता है.
दिए गए ज़रूरी एट्रिब्यूट और डिफ़ॉल्ट वैल्यू के लिए शुरू की गई अन्य सभी एट्रिब्यूट के साथ एक नया GCKMediaQueueData
बनाता है.
अगर Google Assistant किसी मीडिया का इस्तेमाल करती है, तो उसके लिए डीप लिंक.
सूची का दोहराने वाला मोड.
- (NSUInteger) startIndex |
|
readwritenonatomicassign |
उस आइटम का इंडेक्स जिसके साथ गेम खेलना है.
सिर्फ़ लोड करने के अनुरोध के लिए.
- (NSTimeInterval) startTime |
|
readwritenonatomicassign |
वीडियो शुरू होने का समय (सेकंड में).
सिर्फ़ लोड करने के अनुरोध के लिए. अगर नीति को सेट नहीं किया जाता है, तो पाने वाला व्यक्ति स्ट्रीम के हिसाब से, शुरू होने का समय सेट कर देगा. जो लाइव स्ट्रीम नहीं हैं उनके लिए: शून्य से लोड किया गया. लाइव स्ट्रीम के लिए: सबसे हाल की पोज़िशन से लोड किया गया.
सूची आइटम.
सिर्फ़ लोड करने के अनुरोधों के लिए.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["`GCKMediaQueueDataBuilder` constructs and modifies `GCKMediaQueueData` instances, which represent media queues or containers on Google Cast."],["You can initialize it with a queue type or an existing `GCKMediaQueueData` object for derivation."],["It provides properties to customize various aspects of the queue, including queue type, ID, name, repeat mode, start index, start time, and items."],["The `build` method creates a `GCKMediaQueueData` instance based on the builder's current configuration."]]],["The `GCKMediaQueueDataBuilder` class facilitates the creation of `GCKMediaQueueData` instances, either new or derived from existing ones. Key actions include initializing a builder with a queue type or existing `GCKMediaQueueData`, and building a `GCKMediaQueueData` using current attributes. Notable properties include `queueType`, `queueID`, `name`, `entity`, `repeatMode`, `containerMetadata`, `startIndex`, `startTime`, and `items`. These properties specify queue characteristics such as type, identifier, display name, repeat behavior, metadata, start index and time, and the queue's items.\n"]]