کلاس GCKMediaQueueData
کلاسی که اطلاعات صف پخش یا محفظه رسانه را نگه می دارد.
- از آنجا که
- 4.4.1
NSObject، <NSCopying> و <NSSecureCoding> را به ارث می برد.
پیوند عمیق برای رسانه که توسط دستیار Google استفاده می شود، در صورت وجود.
- (NSUInteger) startIndex |
|
read nonatomic assign |
نمایه آیتم برای شروع بازی.
فقط برای درخواست بار.
- (NSTimeInterval) startTime |
|
read nonatomic assign |
زمان شروع پخش، در ثانیه.
فقط برای درخواست بار.
queueItems.
فقط برای درخواست بار.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["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"]]