FMIceLinkStreamStats Class Reference
| Inherits from | FMIceLinkBaseStats : NSObject | 
|---|---|
| Declared in | FMIceLinkStreamStats.h FMIceLinkStreamStats.m  | 
– deserializePropertiesWithKey:valueJson:
	
Deserializes the properties.
			- (void)deserializePropertiesWithKey:(NSString *)key valueJson:(NSString *)valueJsonParameters
key | 
						The key.  | 
					
|---|---|
valueJson | 
						The value in JSON format.  | 
					
Discussion
Deserializes the properties.
			Declared In
FMIceLinkStreamStats.h
– isHost
	
Gets whether the transport's active candidate pair has a host candidate.
			- (bool)isHostDiscussion
Gets whether the transport's active candidate pair has a host candidate.
			Declared In
FMIceLinkStreamStats.h
– isReflexive
	
Gets whether the transport's active candidate pair has a reflexive candidate.
			- (bool)isReflexiveDiscussion
Gets whether the transport's active candidate pair has a reflexive candidate.
			Declared In
FMIceLinkStreamStats.h
– isRelayed
	
Gets whether the transport's active candidate pair has a relayed candidate.
			- (bool)isRelayedDiscussion
Gets whether the transport's active candidate pair has a relayed candidate.
			Declared In
FMIceLinkStreamStats.h
– serializePropertiesWithJsonObject:
	
Serializes the properties.
			- (void)serializePropertiesWithJsonObject:(NSMutableDictionary *)jsonObjectParameters
jsonObject | 
						The JSON object.  | 
					
|---|
Discussion
Serializes the properties.
			Declared In
FMIceLinkStreamStats.h
– transport
	
Gets the transport's stats.
			- (FMIceLinkTransportStats *)transportDiscussion
Gets the transport's stats.
			Declared In
FMIceLinkStreamStats.h
– type
	
Gets the type.
			- (FMIceLinkStreamType)typeDiscussion
Gets the type.
			Declared In
FMIceLinkStreamStats.h