GCKMediaQueueData ক্লাস
একটি ক্লাস যা প্লেয়িং কিউ বা মিডিয়া কন্টেইনারের তথ্য ধারণ করে।
- থেকে
- 4.4.1
উত্তরাধিকারসূত্রে NSObject, <NSCopying>, এবং <NSSecureCoding>।
Google অ্যাসিস্ট্যান্ট ব্যবহার করে মিডিয়ার জন্য গভীর লিঙ্ক, যদি থাকে।
- (NSUInteger) startIndex |
|
read nonatomic assign |
আইটেমের সূচী দিয়ে খেলা শুরু করতে হবে।
শুধুমাত্র লোড অনুরোধের জন্য.
- (NSTimeInterval) startTime |
|
read nonatomic assign |
প্লেব্যাক শুরুর সময়, সেকেন্ডে।
শুধুমাত্র লোড অনুরোধের জন্য.
সারি আইটেম.
শুধুমাত্র লোড অনুরোধের জন্য.
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 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"]]