GCKMediaMetadata.h File
GCKMediaMetadataType enum.
More...
GCKMediaMetadataType enum.
Enum defining the media metadata types.
Enumerator |
---|
GCKMediaMetadataTypeGeneric |
A media type representing generic media content.
|
GCKMediaMetadataTypeMovie |
A media type representing a movie.
|
GCKMediaMetadataTypeTVShow |
A media type representing an TV show.
|
GCKMediaMetadataTypeMusicTrack |
A media type representing a music track.
|
GCKMediaMetadataTypePhoto |
A media type representing a photo.
|
GCKMediaMetadataTypeAudioBookChapter |
A media type representing an audio book.
|
GCKMediaMetadataTypeUser |
The smallest media type value that can be assigned for application-defined media types.
|
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["This documentation details the `GCKMediaMetadata.h` file, which includes classes and enumerations for handling media metadata in Google Cast."],["The `GCKMediaMetadata` class provides a container for storing various metadata about media items, such as title, artist, and images."],["The `GCKMediaMetadataType` enumeration defines different types of media, including movies, TV shows, music tracks, photos, and audio book chapters, to assist with categorizing and displaying media content appropriately."]]],["The core content describes the `GCKMediaMetadata` class, a container for media metadata, and the `GCKMediaMetadataType` enumeration, which defines various media types. The enumeration lists types such as generic, movie, TV show, music track, photo, and audiobook chapter. There is also a user-defined media type, allowing applications to define their own. The class is designed to manage media information.\n"]]