GCKMediaQueueContainerMetadata Class
Stay organized with collections
Save and categorize content based on your preferences.
Additional metadata for the media queue container.
- Since
- 4.4.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
The metadata of each sections that a media stream contains. More...
The total playback time for the container. More...
Images associated with the queue. More...
The audiobook narrator names. More...
The book release date in ISO-8601 format. More...
The container title.
It can be audiobook title, Live TV Channel name, album name or playlist name, etc.
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.
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
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."],[[["\u003cp\u003e\u003ccode\u003eGCKMediaQueueContainerMetadata\u003c/code\u003e provides additional metadata for media queue containers, such as audiobooks, live TV channels, albums, and playlists.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003econtainerType\u003c/code\u003e, \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003esections\u003c/code\u003e, \u003ccode\u003econtainerDuration\u003c/code\u003e, \u003ccode\u003econtainerImages\u003c/code\u003e, \u003ccode\u003eauthors\u003c/code\u003e, \u003ccode\u003enarrators\u003c/code\u003e, \u003ccode\u003epublisher\u003c/code\u003e, and \u003ccode\u003ereleaseDate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this class to access and manage detailed information about the media container being played.\u003c/p\u003e\n"],["\u003cp\u003eThe metadata includes information like the container's title, images, duration, authors, and other relevant details depending on the container type.\u003c/p\u003e\n"]]],[],null,[]]