AI-generated Key Takeaways
-
The content discusses the GCKUIPlayPauseToggleController.h file reference.
-
This file includes a class called GCKUIPlayPauseToggleController for custom play/pause UI.
-
It also defines an enumeration named GCKUIPlayPauseState for the play/pause states.
GCKUIPlayPauseToggleController.h File Reference
GCKUIPlayPauseState enum. More...
A class that can be used to implement a custom play/pause toggle UI, in situations where a GCKUIMultistateButton
will not suffice. More...
enum
GCKUIPlayPauseState
{ GCKUIPlayPauseStateNone
= 0, GCKUIPlayPauseStatePlay
= 1, GCKUIPlayPauseStatePause
= 2
}
Detailed Description
GCKUIPlayPauseState enum.
Enumeration Type Documentation
enum GCKUIPlayPauseState
The play/pause state for a GCKUIPlayPauseToggleController.

