FMIceLinkMediaComponentStats Class Reference
| Inherits from | FMIceLinkBaseStats : NSObject |
|---|---|
| Declared in | FMIceLinkMediaComponentStats.h FMIceLinkMediaComponentStats.m |
– codec
Gets the codec stats.
- (FMIceLinkCodecStats *)codecDiscussion
Gets the codec stats.
Declared In
FMIceLinkMediaComponentStats.h
– 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
FMIceLinkMediaComponentStats.h
– firCount
Gets the FIR count.
- (long long)firCountDiscussion
Gets the FIR count.
Declared In
FMIceLinkMediaComponentStats.h
– nackCount
Gets the NACK count.
- (long long)nackCountDiscussion
Gets the NACK count.
Declared In
FMIceLinkMediaComponentStats.h
– pliCount
Gets the PLI count.
- (long long)pliCountDiscussion
Gets the PLI count.
Declared In
FMIceLinkMediaComponentStats.h
– serializePropertiesWithJsonObject:
Serializes the properties.
- (void)serializePropertiesWithJsonObject:(NSMutableDictionary<NSString*,NSString*> *)jsonObjectParameters
jsonObject |
The JSON object. |
|---|
Discussion
Serializes the properties.
Declared In
FMIceLinkMediaComponentStats.h
– sliCount
Gets the SLI count.
- (long long)sliCountDiscussion
Gets the SLI count.
Declared In
FMIceLinkMediaComponentStats.h
– synchronizationSource
Gets the synchronization source.
- (long long)synchronizationSourceDiscussion
Gets the synchronization source.
Declared In
FMIceLinkMediaComponentStats.h
– track
Gets the track's stats.
- (FMIceLinkMediaTrackStats *)trackDiscussion
Gets the track's stats.
Declared In
FMIceLinkMediaComponentStats.h