Page Summary
-
This file defines the
GCKUIMediaControllerclass and the<GCKUIMediaControllerDelegate>protocol, which are used for controlling and displaying the status of Cast media playback. -
It includes a typedef,
GCKUIValueFormatter, which is a block for formatting arbitrary objects into strings. -
The file also lists various
UIControlStateandGCKUIButtonStatevariables for customizing the states of UI buttons related to repeat modes and play/pause functionality, with someUIControlStatevariables being deprecated in favor ofGCKUIButtonStatesince version 4.0.
Typedef Documentation
A block for formatting an arbitrary object as an NSString .
- Since
- 3.0
Variable Documentation
Custom UIControlState for the repeat mode button.
Corresponds to GCKMediaRepeatModeOff .
- Deprecated:
- Use GCKUIButtonStateRepeatOff with GCKUIMultistateButton
.
- Since
- 3.0
GCKUIMultistateButton state for the repeat mode button.
Corresponds to GCKMediaRepeatModeOff .
- Since
- 4.0
Custom UIControlState for the repeat mode button.
Corresponds to GCKMediaRepeatModeAll .
- Deprecated:
- Use GCKUIButtonStateRepeatAll with GCKUIMultistateButton
.
- Since
- 3.0
GCKUIMultistateButton state for the repeat mode button.
Corresponds to GCKMediaRepeatModeAll .
- Since
- 4.0
Custom UIControlState for the repeat mode button.
Corresponds to GCKMediaRepeatModeSingle .
- Deprecated:
- Use GCKUIButtonStateRepeatSingle with GCKUIMultistateButton
.
- Since
- 3.0
GCKUIMultistateButton state for the repeat mode button.
Corresponds to GCKMediaRepeatModeSingle .
- Since
- 4.0
Custom UIControlState for the repeat mode button.
Corresponds to GCKMediaRepeatModeAllAndShuffle .
- Deprecated:
- Use GCKUIButtonStateShuffle with GCKUIMultistateButton
.
- Since
- 3.0
GCKUIMultistateButton state for the repeat mode button.
Corresponds to GCKMediaRepeatModeAllAndShuffle .
- Since
- 4.0
Custom UIControlState for the play/pause toggle button.
Indicates media is playing.
- Deprecated:
- Use GCKUIButtonStatePlay with GCKUIMultistateButton
.
- Since
- 3.0
Custom UIControlState for the play/pause toggle button.
Indicates media is paused.
- Deprecated:
- Use GCKUIButtonStatePause with GCKUIMultistateButton
.
- Since
- 3.0
Custom GCKUIMultistateButton state for the play/pause toggle button.
Indicates media is playing and is live.
- Since
- 4.0

