GCKMediaQueueData Class
Stay organized with collections
Save and categorize content based on your preferences.
A class that holds the information of the playing queue or media container.
- Since
- 4.4.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
The display name for queue.
The deep link for the media as used by Google Assistant, if any.
The repeat mode of queue.
- (NSUInteger) startIndex |
|
readnonatomicassign |
The index of the item to start playing with.
Only for load request.
- (NSTimeInterval) startTime |
|
readnonatomicassign |
The playback start time, in seconds.
Only for load request.
The queueItems.
Only for load requests.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]