GCKUIImageHints.h File

  • This document outlines the GCKUIImageHints class and the GCKMediaMetadataImageType enum.

  • GCKUIImageHints provides hints for selecting images to display from a GCKMediaMetadata 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.

GCKUIImageHints.h File Reference

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
Enumerator
GCKMediaMetadataImageTypeCustom 

An image used by a custom view provided by the application.

GCKMediaMetadataImageTypeCastDialog 

An image used in the Cast dialog, which appears when tapping the Cast button.

GCKMediaMetadataImageTypeMiniController 

An image used in the mini media controller.

GCKMediaMetadataImageTypeBackground 

An image displayed as a background, poster, or fullscreen image.