Overview
A class that holds the information of the playing queue or media container.
- Since
- 4.4.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
Instance Method Summary | |
(instancetype) | - init |
Property Summary | |
GCKMediaQueueType | queueType |
The queue type. More... | |
NSString * | queueID |
The queue id. More... | |
NSString * | name |
The display name for queue. More... | |
NSString * | entity |
The deep link for the media as used by Google Assistant, if any. More... | |
GCKMediaRepeatMode | repeatMode |
The repeat mode of queue. More... | |
GCKMediaQueueContainerMetadata * | containerMetadata |
The container metadata. More... | |
NSUInteger | startIndex |
The index of the item to start playing with. More... | |
NSTimeInterval | startTime |
The playback start time, in seconds. More... | |
NSArray< GCKMediaQueueItem * > * | items |
The queueItems. More... | |
Property Detail
|
readnonatomicassign |
The queue type.
|
readnonatomiccopy |
The queue id.
|
readnonatomiccopy |
The display name for queue.
|
readnonatomiccopy |
The deep link for the media as used by Google Assistant, if any.
|
readnonatomicassign |
The repeat mode of queue.
|
readnonatomiccopy |
The container metadata.
|
readnonatomicassign |
The index of the item to start playing with.
Only for load request.
|
readnonatomicassign |
The playback start time, in seconds.
Only for load request.
|
readnonatomiccopy |
The queueItems.
Only for load requests.