FMIceLinkMediaStats Class Reference
| Inherits from | FMIceLinkBaseStats : NSObject | 
|---|---|
| Declared in | FMIceLinkMediaStats.h FMIceLinkMediaStats.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
FMIceLinkMediaStats.h
+ fromJsonWithMediaJson:
	
Derializes media stats from JSON.
			+ (FMIceLinkMediaStats *)fromJsonWithMediaJson:(NSString *)mediaJsonParameters
mediaJson | 
						The media’s stats JSON. @return  | 
					
|---|
Discussion
Derializes media stats from JSON.
			Declared In
FMIceLinkMediaStats.h
– getTrackWithTrackId:
	
Gets a [track](#//api/name/track) by its identifier.
			- (FMIceLinkMediaTrackStats *)getTrackWithTrackId:(NSString *)trackIdParameters
trackId | 
						The track identifier. @return  | 
					
|---|
Discussion
Gets a [track](#//api/name/track) by its identifier.
			Declared In
FMIceLinkMediaStats.h
– serializePropertiesWithJsonObject:
	
Serializes the properties.
			- (void)serializePropertiesWithJsonObject:(NSMutableDictionary *)jsonObjectParameters
jsonObject | 
						The JSON object.  | 
					
|---|
Discussion
Serializes the properties.
			Declared In
FMIceLinkMediaStats.h
– toJson
	
Serializes this to JSON.
@return
- (NSString *)toJsonDiscussion
Serializes this to JSON.
@return
Declared In
FMIceLinkMediaStats.h
+ toJsonWithMedia:
	
Serializes media stats to JSON.
			+ (NSString *)toJsonWithMedia:(FMIceLinkMediaStats *)mediaParameters
media | 
						The media’s stats. @return  | 
					
|---|
Discussion
Serializes media stats to JSON.
			Declared In
FMIceLinkMediaStats.h
– track
	
Gets the first track's stats.
			- (FMIceLinkMediaTrackStats *)trackDiscussion
Gets the first track's stats.
			Declared In
FMIceLinkMediaStats.h
– tracks
	
Gets the tracks' stats.
			- (NSMutableArray *)tracksDiscussion
Gets the tracks' stats.
			Declared In
FMIceLinkMediaStats.h