GCKMultizoneDevice Class Reference
Overview
A member device of a multizone group.
- Since
- 3.1
Inherits GCKDynamicDevice, <NSCopying>, and <NSSecureCoding>.
Instance Method Summary | |
(instancetype) | - init |
(BOOL) | - hasCapabilities: |
Returns YES if the device supports the given capabilities. More... | |
Property Summary | |
float | volumeLevel |
The device volume level. More... | |
BOOL | muted |
Whether the device is muted. More... | |
NSString * | deviceID |
The unique device ID. More... | |
NSString * | friendlyName |
The friendly name of the device. More... | |
GCKDeviceCapabilities | capabilities |
The device capabilities. More... | |
Method Detail
- (BOOL) hasCapabilities: | (GCKDeviceCapabilities) | deviceCapabilities |
Returns YES
if the device supports the given capabilities.
- Parameters
-
deviceCapabilities A bitwise-OR of one or more of the GCKDeviceCapability constants.
Property Detail
|
readnonatomicassign |
The device volume level.
|
readnonatomicassign |
Whether the device is muted.
|
readnonatomiccopyinherited |
The unique device ID.
|
readnonatomiccopyinherited |
The friendly name of the device.
|
readnonatomicassigninherited |
The device capabilities.