<GCKMediaQueueDelegate> โปรโตคอล
โปรโตคอลการมอบสิทธิ์สำหรับรับการแจ้งเตือนแบบไม่พร้อมกันจาก GCKMediaQueue
- Since
- 4.3.4
รับค่า <NSObjectNSObject>
เรียกใช้เมื่อกำลังจะทำการเปลี่ยนแปลงอย่างน้อย 1 รายการในคิว
- 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 |
เรียกใช้เมื่อมีการอัปเดตรายการในคิวอย่างน้อย 1 รายการในคิว
ซึ่งรวมถึงกรณีที่มีการดึงข้อมูลรายการที่เข้าถึงก่อนหน้านี้แต่ไม่พร้อมใช้งาน และวางไว้ในแคช และกรณีที่รายการที่แคชไว้ก่อนหน้านี้ถูกล้างออกจากแคช
- 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 |
เรียกใช้เมื่อมีการนำรายการคิวอย่างน้อย 1 รายการออกจากคิว
- Parameters
-
queue | The queue. |
indexes | The ordered list of indexes of the items that have been removed. |
เรียกใช้หลังจากทำการเปลี่ยนแปลงคิวอย่างน้อย 1 รายการในคิว
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]