MillicastSDK 2.0.0
|
Stastistics representing an ice candidate pair. More...
#import <stats.h>
Class Methods | |
(MCStatsType) | + get_type |
Returns the type of statistics. | |
Properties | |
double | total_round_trip_time |
Represents the sum of all round trip time measurements in seconds since the beginning of the session. See totalroundtriptime | |
double | current_round_trip_time |
Represents the latest round trip time measured in seconds. See currentroundtriptime | |
double | available_outgoing_bitrate |
It is calculated by the underlying congestion control by combining the available bitrate for all the outgoing RTP streams using this candidate pair. See availableoutgoingbitrate | |
double | available_incoming_bitrate |
It is calculated by the underlying congestion control by combining the available bitrate for all the incoming RTP streams using this candidate pair. See availableincomingbitrate | |
Properties inherited from MCStats | |
long long | timestamp |
The timestamp in milliseconds since Unix epoch (Jan 1, 1970 00:00:00 UTC) at which the statistical data was recorded. | |
NSString * | sid |
The unique identifier. | |
MCStatsType | type |
The type of statistics. | |
Stastistics representing an ice candidate pair.
+ (MCStatsType) get_type |
Returns the type of statistics.
|
readwriteatomic |
It is calculated by the underlying congestion control by combining the available bitrate for all the incoming RTP streams using this candidate pair. See availableincomingbitrate
|
readwriteatomic |
It is calculated by the underlying congestion control by combining the available bitrate for all the outgoing RTP streams using this candidate pair. See availableoutgoingbitrate
|
readwriteatomic |
Represents the latest round trip time measured in seconds. See currentroundtriptime
|
readwriteatomic |
Represents the sum of all round trip time measurements in seconds since the beginning of the session. See totalroundtriptime