Classes | |
class | GCKUIMediaController |
A controller for UI views that are used to control or display the status of media playback on a Cast receiver. More... | |
protocol | <GCKUIMediaControllerDelegate> |
The GCKUIMediaController delegate protocol. More... | |
Typedefs | |
typedef NSString *GCK_NONNULL_TYPE(^ | GCKUIValueFormatter) (const id value) |
A block for formatting an arbitrary object as an NSString. More... | |
Variables | |
const UIControlState | GCKUIControlStateRepeatOff |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeOff. More... | |
const UIControlState | GCKUIControlStateRepeatAll |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeAll. More... | |
const UIControlState | GCKUIControlStateRepeatSingle |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeSingle. More... | |
const UIControlState | GCKUIControlStatePlay |
Custom UIControlState for the play/pause toggle button; indicates media is playing. More... | |
const UIControlState | GCKUIControlStatePause |
Custom UIControlState for the play/pause toggle button; indicates media is paused. More... | |
const UIControlState | GCKUIControlStateShuffle |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeAllAndShuffle. More... | |
Typedef Documentation
typedef NSString* GCK_NONNULL_TYPE(^ GCKUIValueFormatter) (const id value) |
A block for formatting an arbitrary object as an NSString.
- Since
- 3.0
Variable Documentation
GCKUIControlStateRepeatOff |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeOff.
- Since
- 3.0
GCKUIControlStateRepeatAll |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeAll.
- Since
- 3.0
GCKUIControlStateRepeatSingle |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeSingle.
- Since
- 3.0
GCKUIControlStatePlay |
Custom UIControlState for the play/pause toggle button; indicates media is playing.
- Since
- 3.0
GCKUIControlStatePause |
Custom UIControlState for the play/pause toggle button; indicates media is paused.
- Since
- 3.0
GCKUIControlStateShuffle |
Custom UIControlState for the repeat mode button; corresponds to GCKMediaRepeatModeAllAndShuffle.
- Since
- 3.0