FMIceLinkSourceInput Class Reference

Inherits from NSObject
Declared in FMIceLinkSourceInput.h
FMIceLinkSourceInput.m

Overview

A source input (e.g. device, track, screen).

– description

Returns a string that represents this instance.

@return A string that represents this instance.

- (NSString *)description

Discussion

Returns a string that represents this instance.

@return A string that represents this instance.

Declared In

FMIceLinkSourceInput.h

+ fromJsonArrayWithSourceInputsJson:

Deserializes an instance array from JSON.
+ (NSMutableArray *)fromJsonArrayWithSourceInputsJson:(NSString *)sourceInputsJson

Parameters

sourceInputsJson

The source inputs JSON. @return

Discussion

Deserializes an instance array from JSON.

Declared In

FMIceLinkSourceInput.h

+ fromJsonWithSourceInputJson:

Deserializes an instance from JSON.
+ (FMIceLinkSourceInput *)fromJsonWithSourceInputJson:(NSString *)sourceInputJson

Parameters

sourceInputJson

The source input JSON. @return

Discussion

Deserializes an instance from JSON.

Declared In

FMIceLinkSourceInput.h

– id

Gets the identifier.
- (NSString *)id

Discussion

Gets the identifier.

Declared In

FMIceLinkSourceInput.h

– initWithId:name:

Initializes a new instance of the FMIceLinkSourceInput class.
- (instancetype)initWithId:(NSString *)idValue name:(NSString *)name

Parameters

idValue

The identifier.

name

The name.

Discussion

Initializes a new instance of the FMIceLinkSourceInput class.

Declared In

FMIceLinkSourceInput.h

– name

Gets the name.
- (NSString *)name

Discussion

Gets the name.

Declared In

FMIceLinkSourceInput.h

+ sourceInputWithId:name:

Initializes a new instance of the FMIceLinkSourceInput class.
+ (FMIceLinkSourceInput *)sourceInputWithId:(NSString *)idValue name:(NSString *)name

Parameters

idValue

The identifier.

name

The name.

Discussion

Initializes a new instance of the FMIceLinkSourceInput class.

Declared In

FMIceLinkSourceInput.h

– toJson

Serializes this instance to JSON.

@return

- (NSString *)toJson

Discussion

Serializes this instance to JSON.

@return

Declared In

FMIceLinkSourceInput.h

+ toJsonArrayWithSourceInputs:

Serializes an instance array to JSON.
+ (NSString *)toJsonArrayWithSourceInputs:(NSMutableArray *)sourceInputs

Parameters

sourceInputs

The source inputs. @return

Discussion

Serializes an instance array to JSON.

Declared In

FMIceLinkSourceInput.h

+ toJsonWithSourceInput:

Serializes an instance to JSON.
+ (NSString *)toJsonWithSourceInput:(FMIceLinkSourceInput *)sourceInput

Parameters

sourceInput

The source input. @return

Discussion

Serializes an instance to JSON.

Declared In

FMIceLinkSourceInput.h