AI-generated Key Takeaways
-
This documentation details the
GCKUIImageHints
class and theGCKMediaMetadataImageType
enum. -
GCKUIImageHints
provides information about the size and type of image to be selected for UI display by aGCKUIImagePicker
. -
GCKMediaMetadataImageType
defines the purpose of a media metadata image, such as for a custom view, cast dialog, mini controller, or background. -
These elements are used within the Google Cast framework, specifically for handling images within media metadata.
GCKMediaMetadataImageType enum. More...
Classes | |
class | GCKUIImageHints |
An object that provides hints to a GCKUIImagePicker about the type and size of an image to be selected for display in the UI. More... | |
Enumerations | |
enum | GCKMediaMetadataImageType { GCKMediaMetadataImageTypeCustom = 0, GCKMediaMetadataImageTypeCastDialog = 1, GCKMediaMetadataImageTypeMiniController = 2, GCKMediaMetadataImageTypeBackground = 3 } |
Enum defining a media metadata image type. More... | |
Detailed Description
GCKMediaMetadataImageType enum.
Enumeration Type Documentation
Enum defining a media metadata image type.
- Since
- 3.0