AI-generated Key Takeaways
-
The
GCKUIPlayPauseToggleController
class enables custom play/pause toggle UI implementation, offering an alternative toGCKUIMultistateButton
. -
The
GCKUIPlayPauseState
enum defines the play/pause state for aGCKUIPlayPauseToggleController
, with states includingNone
,Play
, andPause
. -
This file documents the
GCKUIPlayPauseToggleController
class and theGCKUIPlayPauseState
enum for use in Google Cast applications.
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.