GCKMediaQueueData Class

GCKMediaQueueData Class Reference

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

The queue type. More...
NSString * 
The queue id. More...
NSString * 
The display name for queue. More...
NSString * 
The deep link for the media as used by Google Assistant, if any. More...
The repeat mode of queue. More...
The container metadata. More...
NSUInteger 
The index of the item to start playing with. More...
NSTimeInterval 
The playback start time, in seconds. More...
NSArray< GCKMediaQueueItem * > * 
The queueItems. More...

Property Detail

- ( GCKMediaQueueType ) queueType
read nonatomic assign

The queue type.

- (NSString*) queueID
read nonatomic copy

The queue id.

- (NSString*) name
read nonatomic copy

The display name for queue.

- (NSString*) entity
read nonatomic copy

The deep link for the media as used by Google Assistant, if any.

- ( GCKMediaRepeatMode ) repeatMode
read nonatomic assign

The repeat mode of queue.

- ( GCKMediaQueueContainerMetadata *) containerMetadata
read nonatomic copy

The container metadata.

- (NSUInteger) startIndex
read nonatomic assign

The index of the item to start playing with.

Only for load request.

- (NSTimeInterval) startTime
read nonatomic assign

The playback start time, in seconds.

Only for load request.

- (NSArray< GCKMediaQueueItem *>*) items
read nonatomic copy

The queueItems.

Only for load requests.

Create a Mobile Website
View Site in Mobile | Classic
Share by: