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

Statistics related to an outgoing RTP stream. More...

#import <stats.h>

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

Class Methods

(MCStatsType) + get_type
 Returns the type of statistics.
 

Properties

unsigned long packets_sent
 The number of RTP packets successfully sent over the network. See packetsSent
 
unsigned long long bytes_sent
 The number of bytes sent in RTP packets over the network. See bytesSent
 
- Properties inherited from MCRtpStreamStats
unsigned long ssrc
 The synchronization source identifier for the stream. See ssrc
 
NSString * kind
 The type of media carried by the stream, either audio or video. See kind
 
NSString * transport_id
 The transport layer associated with the stream. See transportId
 
NSString * codec_id
 The identifier of the codec used for encoding media carried by the stream. See codecId
 
- 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

Statistics related to an outgoing RTP stream.

Method Documentation

◆ get_type

+ (MCStatsType) get_type

Returns the type of statistics.

Implemented in MCOutboundRtpStreamStats, and MCRemoteOutboundRtpStreamStats.

Property Documentation

◆ bytes_sent

- (unsigned long long) bytes_sent
readwriteatomic

The number of bytes sent in RTP packets over the network. See bytesSent

◆ packets_sent

- (unsigned long) packets_sent
readwriteatomic

The number of RTP packets successfully sent over the network. See packetsSent


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