FMIceLinkMediaComponentStats Class Reference
Inherits from | FMIceLinkBaseStats : NSObject |
---|---|
Declared in | FMIceLinkMediaComponentStats.h FMIceLinkMediaComponentStats.m |
– codec
Gets the codec stats.
- (FMIceLinkCodecStats *)codec
Discussion
Gets the codec stats.
Declared In
FMIceLinkMediaComponentStats.h
– deserializePropertiesWithKey:valueJson:
Deserializes the properties.
- (void)deserializePropertiesWithKey:(NSString *)key valueJson:(NSString *)valueJson
Parameters
key |
The key. |
---|---|
valueJson |
The value in JSON format. |
Discussion
Deserializes the properties.
Declared In
FMIceLinkMediaComponentStats.h
– firCount
Gets the FIR count.
- (long long)firCount
Discussion
Gets the FIR count.
Declared In
FMIceLinkMediaComponentStats.h
– nackCount
Gets the NACK count.
- (long long)nackCount
Discussion
Gets the NACK count.
Declared In
FMIceLinkMediaComponentStats.h
– pliCount
Gets the PLI count.
- (long long)pliCount
Discussion
Gets the PLI count.
Declared In
FMIceLinkMediaComponentStats.h
– serializePropertiesWithJsonObject:
Serializes the properties.
- (void)serializePropertiesWithJsonObject:(NSMutableDictionary<NSString*,NSString*> *)jsonObject
Parameters
jsonObject |
The JSON object. |
---|
Discussion
Serializes the properties.
Declared In
FMIceLinkMediaComponentStats.h
– sliCount
Gets the SLI count.
- (long long)sliCount
Discussion
Gets the SLI count.
Declared In
FMIceLinkMediaComponentStats.h
– synchronizationSource
Gets the synchronization source.
- (long long)synchronizationSource
Discussion
Gets the synchronization source.
Declared In
FMIceLinkMediaComponentStats.h
– track
Gets the track's stats.
- (FMIceLinkMediaTrackStats *)track
Discussion
Gets the track's stats.
Declared In
FMIceLinkMediaComponentStats.h