GCKMediaQueueContainerMetadata Class

GCKMediaQueueContainerMetadata Class Reference

Overview

Additional metadata for the media queue container.

Since
4.4.1

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

Instance Method Summary

(instancetype) 
- init

Property Summary

The type of metadata. More...
NSString * 
The container title. More...
NSArray< GCKMediaMetadata * > * 
The metadata of each sections that a media stream contains. More...
NSTimeInterval 
The total playback time for the container. More...
NSArray< GCKImage * > * 
Images associated with the queue. More...
NSArray< NSString * > * 
The author names. More...
NSArray< NSString * > * 
The audiobook narrator names. More...
NSString * 
The book publisher. More...
NSString * 
The book release date in ISO-8601 format. More...

Property Detail

- ( GCKMediaQueueContainerType ) containerType
read nonatomic assign

The type of metadata.

- (NSString*) title
read nonatomic copy

The container title.

It can be audiobook title, Live TV Channel name, album name or playlist name, etc.

- (NSArray< GCKMediaMetadata *>*) sections
read nonatomic copy

The metadata of each sections that a media stream contains.

- (NSTimeInterval) containerDuration
read nonatomic assign

The total playback time for the container.

- (NSArray< GCKImage *>*) containerImages
read nonatomic copy

Images associated with the queue.

By default the first image is used when displaying queue information. Used for audio book image, a TV Channel logo, album cover, etc.

- (NSArray<NSString *>*) authors
read nonatomic copy

The author names.

Used for audio book.

- (NSArray<NSString *>*) narrators
read nonatomic copy

The audiobook narrator names.

Used for audio book.

- (NSString*) publisher
read nonatomic copy

The book publisher.

Used for audio book.

- (NSString*) releaseDate
read nonatomic copy

The book release date in ISO-8601 format.

Used for audio book.

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