Tệp GCKMediaQueueItem.h
typedef NSUInteger GCKMediaQueueItemID |
Mã mục trong hàng đợi nội dung nghe nhìn.
- Năm thành lập
- 4,1
kGCKMediaQueueInvalidItemID |
Mã mục trong hàng đợi không hợp lệ.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2023-12-02 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2023-12-02 UTC."],[[["This header file defines the `GCKMediaQueueItem` class for representing items in a media queue and `GCKMediaQueueItemBuilder` for creating them."],["It introduces `GCKMediaQueueItemID`, a typedef representing a media queue item's unique identifier."],["The constant `kGCKMediaQueueInvalidItemID` signifies an invalid queue item ID."]]],["This document outlines components for managing media queues. It defines two classes: `GCKMediaQueueItem`, representing a single item in the queue, and `GCKMediaQueueItemBuilder`, used to create `GCKMediaQueueItem` instances. A typedef, `GCKMediaQueueItemID`, is defined as an unsigned integer representing an item's ID. Finally, `kGCKMediaQueueInvalidItemID` is declared as a constant variable, representing an invalid media queue item ID, useful for managing null or empty queue values.\n"]]