מחלקה GCKMediaQueueData
מחלקה שמכילה את המידע לגבי 'הבאים בתור' או של מאגר המדיה.
- מאז
- 4.4.1
ירש את NSObject, <NS Copy> ו-<NSSecureCoding>.
קישור העומק למדיה, כמו בשימוש של Google Assistant, אם קיים.
המטא-נתונים של מאגר התגים.
- (NSUInteger) startIndex |
|
readnonatomicassign |
האינדקס של הפריט שאיתו מתחילים לשחק.
רק לבקשת טעינה.
- (NSTimeInterval) startTime |
|
readnonatomicassign |
זמן ההתחלה של ההפעלה, בשניות.
רק לבקשת טעינה.
ה-QueueItems.
רק לבקשות טעינה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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"]]