FMLiveSwitchStreamMatch Class Reference

Instance Methods

(void) - deserializePropertiesWithKey:valueJson:
 
(instancetype) - init
 
(NSString *) - mediaStreamIdentification
 
(NSString *) - relatedClientId
 
(NSString *) - relatedMediaId
 
(NSString *) - relatedRemoteConnectionId
 
(void) - serializePropertiesWithJsonObject:
 
(void) - setMediaStreamIdentification:
 
(void) - setRelatedClientId:
 
(void) - setRelatedMediaId:
 
(void) - setRelatedRemoteConnectionId:
 

Class Methods

(NSMutableArray *) + fromJsonArrayWithMatchesJson:
 
(FMLiveSwitchStreamMatch *) + fromJsonWithMatchString:
 
(FMLiveSwitchStreamMatch *) + streamMatch
 
(NSString *) + toJsonArrayWithMatches:
 
(NSString *) + toJsonWithMatch:
 

Method Documentation

◆ deserializePropertiesWithKey:valueJson:

- (void) deserializePropertiesWithKey: (NSString *)  key
valueJson: (NSString *)  valueJson 

◆ fromJsonArrayWithMatchesJson:

+ (NSMutableArray*) fromJsonArrayWithMatchesJson: (NSString *)  matchesJson

◆ fromJsonWithMatchString:

+ (FMLiveSwitchStreamMatch*) fromJsonWithMatchString: (NSString *)  matchString

◆ init

- (instancetype) init

◆ mediaStreamIdentification

- (NSString*) mediaStreamIdentification

◆ relatedClientId

- (NSString*) relatedClientId

◆ relatedMediaId

- (NSString*) relatedMediaId

◆ relatedRemoteConnectionId

- (NSString*) relatedRemoteConnectionId

◆ serializePropertiesWithJsonObject:

- (void) serializePropertiesWithJsonObject: (NSMutableDictionary< NSString *, NSString * > *)  jsonObject

◆ setMediaStreamIdentification:

- (void) setMediaStreamIdentification: (NSString *)  value

◆ setRelatedClientId:

- (void) setRelatedClientId: (NSString *)  value

◆ setRelatedMediaId:

- (void) setRelatedMediaId: (NSString *)  value

◆ setRelatedRemoteConnectionId:

- (void) setRelatedRemoteConnectionId: (NSString *)  value

◆ streamMatch

+ (FMLiveSwitchStreamMatch*) streamMatch

◆ toJsonArrayWithMatches:

+ (NSString*) toJsonArrayWithMatches: (NSMutableArray *)  matches

◆ toJsonWithMatch:

+ (NSString*) toJsonWithMatch: (FMLiveSwitchStreamMatch *)  match