A source input (e.g. More...
Instance Methods | |
| (NSString *) | - description |
| Returns a string that represents this instance. More... | |
| (NSString *) | - id |
| Gets the identifier. More... | |
| (instancetype) | - initWithId:name: |
| Initializes a new instance of the FMLiveSwitchSourceInput class. More... | |
| (NSString *) | - name |
| Gets the name. More... | |
| (void) | - setId: |
| Sets the identifier. More... | |
| (void) | - setName: |
| Sets the name. More... | |
| (NSString *) | - toJson |
| Serializes this instance to JSON. More... | |
Class Methods | |
| (NSMutableArray *) | + fromJsonArrayWithSourceInputsJson: |
| Deserializes an instance array from JSON. More... | |
| (FMLiveSwitchSourceInput *) | + fromJsonWithSourceInputJson: |
| Deserializes an instance from JSON. More... | |
| (FMLiveSwitchSourceInput *) | + sourceInputWithId:name: |
| Initializes a new instance of the FMLiveSwitchSourceInput class. More... | |
| (NSString *) | + toJsonArrayWithSourceInputs: |
| Serializes an instance array to JSON. More... | |
| (NSString *) | + toJsonWithSourceInput: |
| Serializes an instance to JSON. More... | |
A source input (e.g.
device, track, screen).
| - (NSString*) description |
Returns a string that represents this instance.
| + (NSMutableArray*) fromJsonArrayWithSourceInputsJson: | (NSString *) | sourceInputsJson |
Deserializes an instance array from JSON.
| sourceInputsJson | The source inputs JSON. |
| + (FMLiveSwitchSourceInput*) fromJsonWithSourceInputJson: | (NSString *) | sourceInputJson |
Deserializes an instance from JSON.
| sourceInputJson | The source input JSON. |
Initializes a new instance of the FMLiveSwitchSourceInput class.
| idValue | The identifier. |
| name | The name. |
| - (NSString*) name |
Gets the name.
| - (void) setId: | (NSString *) | value |
Sets the identifier.
| - (void) setName: | (NSString *) | value |
Sets the name.
| + (FMLiveSwitchSourceInput*) sourceInputWithId: | (NSString *) | idValue | |
| name: | (NSString *) | name | |
Initializes a new instance of the FMLiveSwitchSourceInput class.
| idValue | The identifier. |
| name | The name. |
| - (NSString*) toJson |
Serializes this instance to JSON.
| + (NSString*) toJsonArrayWithSourceInputs: | (NSMutableArray *) | sourceInputs |
Serializes an instance array to JSON.
| sourceInputs | The source inputs. |
| + (NSString*) toJsonWithSourceInput: | (FMLiveSwitchSourceInput *) | sourceInput |
Serializes an instance to JSON.
| sourceInput | The source input. |