MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Class Methods | Properties | List of all members
MCIceCandidatePairStats Class Reference

Stastistics representing an ice candidate pair. More...

#import <stats.h>

Inheritance diagram for MCIceCandidatePairStats:
Inheritance graph
[legend]
Collaboration diagram for MCIceCandidatePairStats:
Collaboration graph
[legend]

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.
 

Detailed Description

Stastistics representing an ice candidate pair.

Method Documentation

◆ get_type

+ (MCStatsType) get_type

Returns the type of statistics.

Property Documentation

◆ available_incoming_bitrate

- (double) available_incoming_bitrate
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

◆ available_outgoing_bitrate

- (double) available_outgoing_bitrate
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

◆ current_round_trip_time

- (double) current_round_trip_time
readwriteatomic

Represents the latest round trip time measured in seconds. See currentroundtriptime

◆ total_round_trip_time

- (double) total_round_trip_time
readwriteatomic

Represents the sum of all round trip time measurements in seconds since the beginning of the session. See totalroundtriptime


The documentation for this class was generated from the following file: