A member device of a multizone group.
More...
#import <GCKMultizoneDevice.h>
A member device of a multizone group.
- Since
- 3.1
| - (instancetype) initWithDeviceID: |
|
(NSString *) |
deviceID |
| friendlyName: |
|
(NSString *) |
friendlyName |
| capabilities: |
|
(NSInteger) |
capabilities |
| volumeLevel: |
|
(float) |
volume |
| muted: |
|
(BOOL) |
muted |
|
|
| |
Designated initializer.
- Parameters
-
| deviceID | The unique device ID. |
| friendlyName | The device's friendly name. |
| capabilities | The device capabilities. |
| volume | The device volume level. |
| muted | Whether the device is muted. |
| - (instancetype) initWithJSONObject: |
|
(id) |
JSONObject |
|
Initializes the object with the given JSON data.
| - (NSInteger) capabilities |
|
readwritenonatomicassign |
| - (NSString*) friendlyName |
|
readnonatomiccopy |
The device's friendly name.
Whether the device is muted.
The documentation for this class was generated from the following file: