マルチゾーン グループのメンバー デバイス。
- シンセ
- 3.1
NSObject、<NSCopying>、<NSSecureCoding> を継承します。
- (instancetype) initWithJSONObject: |
|
(id) |
JSONObject |
|
指定された JSON データでオブジェクトを初期化します。
- (instancetype) initWithDeviceID: |
|
(NSString *) |
deviceID |
friendlyName: |
|
(NSString *) |
friendlyName |
capabilities: |
|
(NSInteger) |
capabilities |
volumeLevel: |
|
(float) |
volume |
muted: |
|
(BOOL) |
muted |
|
|
| |
指定されたイニシャライザ。
- 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. |
- (NSString*) friendlyName |
|
readnonatomiccopy |
- (NSInteger) capabilities |
|
readwritenonatomicassign |