AI-generated Key Takeaways
- 
          GCKMediaQueueContainerMetadata provides additional metadata for media queue containers. 
- 
          It inherits from NSObject, NSCopying, and NSSecureCoding. 
- 
          Key properties include containerType, title, sections, containerDuration, containerImages, authors, narrators, publisher, and releaseDate. 
- 
          The class includes a default initializer. 
Overview
Additional metadata for the media queue container.
- Since
- 4.4.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
| Instance Method Summary | |
| (instancetype) | - init | 
| Property Summary | |
| GCKMediaQueueContainerType | containerType | 
| The type of metadata.  More... | |
| NSString * | title | 
| The container title.  More... | |
| NSArray< GCKMediaMetadata * > * | sections | 
| The metadata of each sections that a media stream contains.  More... | |
| NSTimeInterval | containerDuration | 
| The total playback time for the container.  More... | |
| NSArray< GCKImage * > * | containerImages | 
| Images associated with the queue.  More... | |
| NSArray< NSString * > * | authors | 
| The author names.  More... | |
| NSArray< NSString * > * | narrators | 
| The audiobook narrator names.  More... | |
| NSString * | publisher | 
| The book publisher.  More... | |
| NSString * | releaseDate | 
| The book release date in ISO-8601 format.  More... | |
Property Detail
| 
 | readnonatomicassign | 
The type of metadata.
| 
 | readnonatomiccopy | 
The container title.
It can be audiobook title, Live TV Channel name, album name or playlist name, etc.
| 
 | readnonatomiccopy | 
The metadata of each sections that a media stream contains.
| 
 | readnonatomicassign | 
The total playback time for the container.
| 
 | readnonatomiccopy | 
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.
| 
 | readnonatomiccopy | 
The author names.
Used for audio book.
| 
 | readnonatomiccopy | 
The audiobook narrator names.
Used for audio book.
| 
 | readnonatomiccopy | 
The book publisher.
Used for audio book.
| 
 | readnonatomiccopy | 
The book release date in ISO-8601 format.
Used for audio book.
- Since
- 4.4.1