AI-generated Key Takeaways
-
This document outlines the
GCKUIImageHints
class and theGCKMediaMetadataImageType
enum. -
GCKUIImageHints
provides hints for selecting images to display from aGCKMediaMetadata
object, considering type and size. -
GCKMediaMetadataImageType
defines the purpose of an image within the Cast context, such as for a custom view, the Cast dialog, the mini controller, or as a background. -
These components are part of the Google Cast SDK for iOS, specifically version 3.0 and later, and aid in managing media metadata images for casting.
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