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: |
| + (NSMutableArray*) fromJsonArrayWithMatchesJson: | (NSString *) | matchesJson |
| + (FMLiveSwitchStreamMatch*) fromJsonWithMatchString: | (NSString *) | matchString |
| - (instancetype) init |
| - (NSString*) mediaStreamIdentification |
| - (NSString*) relatedClientId |
| - (NSString*) relatedMediaId |
| - (NSString*) relatedRemoteConnectionId |
| - (void) serializePropertiesWithJsonObject: | (NSMutableDictionary< NSString *, NSString * > *) | jsonObject |
| - (void) setMediaStreamIdentification: | (NSString *) | value |
| - (void) setRelatedClientId: | (NSString *) | value |
| - (void) setRelatedMediaId: | (NSString *) | value |
| - (void) setRelatedRemoteConnectionId: | (NSString *) | value |
| + (FMLiveSwitchStreamMatch*) streamMatch |
| + (NSString*) toJsonArrayWithMatches: | (NSMutableArray *) | matches |
| + (NSString*) toJsonWithMatch: | (FMLiveSwitchStreamMatch *) | match |