GCKUIDeviceVolumeController.h File
Stay organized with collections
Save and categorize content based on your preferences.
GCKUIMultistateButton state for the mute toggle button; corresponds to "mute on".
- Since
- 4.0
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eGCKUIDeviceVolumeController provides UI controls for managing a Cast receiver's volume and mute state.\u003c/p\u003e\n"],["\u003cp\u003eIt includes custom UIControlStates and GCKUIMultistateButton states to represent mute on/off.\u003c/p\u003e\n"],["\u003cp\u003eGCKUIControlStateMuteOff and GCKUIControlStateMuteOn are deprecated since version 3.0.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should use GCKUIButtonStateMuteOff and GCKUIButtonStateMuteOn with GCKUIMultistateButton instead, available since version 4.0.\u003c/p\u003e\n"]]],[],null,["# GCKUIDeviceVolumeController.h File\n\n[Classes](#nested-classes) \\| [Variables](#var-members) \nGCKUIDeviceVolumeController.h File Reference \n\n|-------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Classes ------- ||\n| class | [GCKUIDeviceVolumeController](/cast/docs/reference/ios/interface_g_c_k_u_i_device_volume_controller) |\n| | A controller for UI views that are used to control or display the volume and mute state of a Cast receiver. [More...](/cast/docs/reference/ios/interface_g_c_k_u_i_device_volume_controller#details) |\n| ||\n\n|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Variables --------- ||\n| const UIControlState | [GCKUIControlStateMuteOff](/cast/docs/reference/ios/g_c_k_u_i_device_volume_controller_8h#a6c50cf3fa298b57d819155515b4ebc7a) |\n| | Custom [**UIControlState**](https://goo.gl/tZWsqZ) for the mute toggle button; corresponds to \"mute off\". [More...](#a6c50cf3fa298b57d819155515b4ebc7a) |\n| ||\n| const NSUInteger | [GCKUIButtonStateMuteOff](/cast/docs/reference/ios/g_c_k_u_i_device_volume_controller_8h#a3cc15ad588de9f0e1ebafc63213f2da9) |\n| | [GCKUIMultistateButton](/cast/docs/reference/ios/interface_g_c_k_u_i_multistate_button \"A subclass of UIButton that supports multiple states. \") state for the mute toggle button; corresponds to \"mute off\". [More...](#a3cc15ad588de9f0e1ebafc63213f2da9) |\n| ||\n| const UIControlState | [GCKUIControlStateMuteOn](/cast/docs/reference/ios/g_c_k_u_i_device_volume_controller_8h#a922bb39ba4a84f54143808ff082f2dee) |\n| | Custom [**UIControlState**](https://goo.gl/tZWsqZ) for the mute toggle button; corresponds to \"mute on\". [More...](#a922bb39ba4a84f54143808ff082f2dee) |\n| ||\n| const NSUInteger | [GCKUIButtonStateMuteOn](/cast/docs/reference/ios/g_c_k_u_i_device_volume_controller_8h#ad4002d3fafa4f30a3970a61bb55c68ca) |\n| | [GCKUIMultistateButton](/cast/docs/reference/ios/interface_g_c_k_u_i_multistate_button \"A subclass of UIButton that supports multiple states. \") state for the mute toggle button; corresponds to \"mute on\". [More...](#ad4002d3fafa4f30a3970a61bb55c68ca) |\n| ||\n\nVariable Documentation\n----------------------\n\n|--------------------------|\n| GCKUIControlStateMuteOff |\n\nCustom [**UIControlState**](https://goo.gl/tZWsqZ) for the mute toggle button; corresponds to \"mute off\".\n\n**[Deprecated:](/cast/docs/reference/ios/deprecated#_deprecated000042)**\n: Use GCKUIButtonStateMuteOff with [GCKUIMultistateButton](/cast/docs/reference/ios/interface_g_c_k_u_i_multistate_button \"A subclass of UIButton that supports multiple states. \").\n\n Since\n : 3.0\n\n|-------------------------|\n| GCKUIButtonStateMuteOff |\n\n[GCKUIMultistateButton](/cast/docs/reference/ios/interface_g_c_k_u_i_multistate_button \"A subclass of UIButton that supports multiple states. \") state for the mute toggle button; corresponds to \"mute off\".\n\nSince\n: 4.0 \n\n|-------------------------|\n| GCKUIControlStateMuteOn |\n\nCustom [**UIControlState**](https://goo.gl/tZWsqZ) for the mute toggle button; corresponds to \"mute on\".\n\n**[Deprecated:](/cast/docs/reference/ios/deprecated#_deprecated000043)**\n: Use GCKUIButtonStateMuteOn with [GCKUIMultistateButton](/cast/docs/reference/ios/interface_g_c_k_u_i_multistate_button \"A subclass of UIButton that supports multiple states. \").\n\n Since\n : 3.0\n\n|------------------------|\n| GCKUIButtonStateMuteOn |\n\nGCKUIMultistateButton state for the mute toggle button; corresponds to \"mute on\".\n\nSince\n: 4.0"]]