Classes | |
class | GCKUIDeviceVolumeController |
A controller for UI views that are used to control or display the volume and mute state of a Cast receiver. More... | |
Variables | |
const UIControlState | GCKUIControlStateMuteOff |
Custom UIControlState for the mute toggle button; corresponds to "mute off". More... | |
const NSUInteger | GCKUIButtonStateMuteOff |
GCKUIMultistateButton state for the mute toggle button; corresponds to "mute off". More... | |
const UIControlState | GCKUIControlStateMuteOn |
Custom UIControlState for the mute toggle button; corresponds to "mute on". More... | |
const NSUInteger | GCKUIButtonStateMuteOn |
GCKUIMultistateButton state for the mute toggle button; corresponds to "mute on". More... | |
Variable Documentation
GCKUIControlStateMuteOff |
Custom UIControlState for the mute toggle button; corresponds to "mute off".
- Deprecated:
- Use GCKUIButtonStateMuteOff with GCKUIMultistateButton.
- Since
- 3.0
GCKUIButtonStateMuteOff |
GCKUIMultistateButton state for the mute toggle button; corresponds to "mute off".
- Since
- 4.0
GCKUIControlStateMuteOn |
Custom UIControlState for the mute toggle button; corresponds to "mute on".
- Deprecated:
- Use GCKUIButtonStateMuteOn with GCKUIMultistateButton.
- Since
- 3.0
GCKUIButtonStateMuteOn |
GCKUIMultistateButton state for the mute toggle button; corresponds to "mute on".
- Since
- 4.0