פרוטוקול <GCKMediaQueueQueue>
הפרוטוקול להאצלה לקבלת התראות אסינכרוניות מ-GCKMediaQueue.
- מאז
- 4.3.4
יורש את <NSObjectNSObject>.
מופעלת התכונה הזו כשעומדים לבצע שינוי אחד או יותר בתור.
- Parameters
-
התקבלה קריאה כשהתור נטען מחדש בשלמותו.
כל פריט בתור שניגש בעבר צריך להיחשב כלא חוקי.
- Parameters
-
- (void) mediaQueue: |
|
(GCKMediaQueue *) |
queue |
didInsertItemsInRange: |
|
(NSRange) |
range |
|
|
| |
|
optional |
היא מופעלת כאשר טווח רציף של פריטים בתור הוכנסו לתור.
- Parameters
-
queue | The queue. |
range | The range indicating the starting index and count of items inserted. |
- (void) mediaQueue: |
|
(GCKMediaQueue *) |
queue |
didUpdateItemsAtIndexes: |
|
(NSArray< NSNumber * > *) |
indexes |
|
|
| |
|
optional |
התקבלה קריאה כאשר פריט אחד או יותר בתור עודכנו בתור.
כולל מקרה שבו פריטים שניגשו אליהם בעבר אבל לא זמינים אוחזרו והוכנסו למטמון, והמקרה שבו פריטים שנשמרו במטמון בעבר נמחקו מהמטמון.
- Parameters
-
queue | The queue. |
indexes | The ordered list of indexes of the items that have been updated. |
- (void) mediaQueue: |
|
(GCKMediaQueue *) |
queue |
didRemoveItemsAtIndexes: |
|
(NSArray< NSNumber * > *) |
indexes |
|
|
| |
|
optional |
התקבלה קריאה כאשר פריט אחד או יותר מהתור הוסרו מהתור.
- Parameters
-
queue | The queue. |
indexes | The ordered list of indexes of the items that have been removed. |
התקבלה קריאה לאחר ביצוע שינוי אחד או יותר בתור, בתור.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-01 (שעון UTC).
[null,null,["עדכון אחרון: 2023-12-01 (שעון UTC)."],[[["The `GCKMediaQueueDelegate` protocol enables receiving asynchronous notifications from a `GCKMediaQueue`, informing about changes like insertions, removals, and updates."],["It provides methods to handle queue changes, including `mediaQueueWillChange:`, `mediaQueueDidReloadItems:`, `mediaQueue:didInsertItemsInRange:`, `mediaQueue:didUpdateItemsAtIndexes:`, `mediaQueue:didRemoveItemsAtIndexes:`, and `mediaQueueDidChange:`."],["These methods are optional and offer insights into queue modifications, such as when items are added, updated, or removed, or when the entire queue is reloaded."],["Developers can implement these methods to respond to queue events and update their application's state accordingly, ensuring synchronization with the media queue."]]],[]]