AI-generated Key Takeaways
-
GCKUIDeviceVolumeController is a controller for UI views that manage the volume and mute state of a Cast receiver.
-
GCKUIButtonStateMuteOff and GCKUIButtonStateMuteOn are GCKUIMultistateButton states for the mute toggle button, corresponding to "mute off" and "mute on" respectively, and are the recommended states to use since Cast SDK 4.0.
-
GCKUIControlStateMuteOff and GCKUIControlStateMuteOn are deprecated custom UIControlState values for the mute toggle button that were used prior to Cast SDK 3.0.
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