GCKUIPlayPauseToggleController.h File

  • The GCKUIPlayPauseToggleController class enables custom play/pause toggle UI implementation, offering an alternative to GCKUIMultistateButton.

  • The GCKUIPlayPauseState enum defines the play/pause state for a GCKUIPlayPauseToggleController, with states including None, Play, and Pause.

  • This file documents the GCKUIPlayPauseToggleController class and the GCKUIPlayPauseState enum for use in Google Cast applications.

GCKUIPlayPauseToggleController.h File Reference

GCKUIPlayPauseState enum. More...

Classes

class  GCKUIPlayPauseToggleController
 A class that can be used to implement a custom play/pause toggle UI, in situations where a GCKUIMultistateButton will not suffice. More...
 

Enumerations

enum  GCKUIPlayPauseState { GCKUIPlayPauseStateNone = 0, GCKUIPlayPauseStatePlay = 1, GCKUIPlayPauseStatePause = 2 }
 The play/pause state for a GCKUIPlayPauseToggleController. More...
 

Detailed Description

GCKUIPlayPauseState enum.

Enumeration Type Documentation

enum GCKUIPlayPauseState

The play/pause state for a GCKUIPlayPauseToggleController.