FMIceLinkStreamStats Class Reference

Inherits from FMIceLinkBaseStats : NSObject
Declared in FMIceLinkStreamStats.h
FMIceLinkStreamStats.m

Overview

Stream stats.

– 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

FMIceLinkStreamStats.h

– isHost

Gets whether the transport's active candidate pair has a host candidate.
- (bool)isHost

Discussion

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)isReflexive

Discussion

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)isRelayed

Discussion

Gets whether the transport's active candidate pair has a relayed candidate.

Declared In

FMIceLinkStreamStats.h

– serializePropertiesWithJsonObject:

Serializes the properties.
- (void)serializePropertiesWithJsonObject:(NSMutableDictionary *)jsonObject

Parameters

jsonObject

The JSON object.

Discussion

Serializes the properties.

Declared In

FMIceLinkStreamStats.h

– transport

Gets the transport's stats.
- (FMIceLinkTransportStats *)transport

Discussion

Gets the transport's stats.

Declared In

FMIceLinkStreamStats.h

– type

Gets the type.
- (FMIceLinkStreamType)type

Discussion

Gets the type.

Declared In

FMIceLinkStreamStats.h