A sink output (e.g.
More...
A sink output (e.g.
device, track, screen).
◆ description
Returns a string that represents this instance.
- Returns
- A string that represents this instance.
◆ fromJsonArrayWithSinkOutputsJson:
+ (NSMutableArray*) fromJsonArrayWithSinkOutputsJson: |
|
(NSString *) |
sinkOutputsJson |
|
Deserializes an instance array from JSON.
- Parameters
-
sinkOutputsJson | The sink outputs JSON. |
◆ fromJsonWithSinkOutputJson:
Deserializes an instance from JSON.
- Parameters
-
sinkOutputJson | The sink output JSON. |
◆ id
◆ initWithId:name:
Initializes a new instance of the FMLiveSwitchSinkOutput class.
- Parameters
-
idValue | The identifier. |
name | The name. |
◆ name
◆ sinkOutputWithId:name:
Initializes a new instance of the FMLiveSwitchSinkOutput class.
- Parameters
-
idValue | The identifier. |
name | The name. |
◆ toJson
Serializes this instance to JSON.
◆ toJsonArrayWithSinkOutputs:
+ (NSString*) toJsonArrayWithSinkOutputs: |
|
(NSMutableArray *) |
sinkOutputs |
|
Serializes an instance array to JSON.
- Parameters
-
sinkOutputs | The sink outputs. |
◆ toJsonWithSinkOutput:
Serializes an instance to JSON.
- Parameters
-
sinkOutput | The sink output. |