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

Statistics for an RTP stream. More...

#import <stats.h>

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

Properties

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 for an RTP stream.

Property Documentation

◆ codec_id

- (NSString*) codec_id
readwritenonatomicstrong

The identifier of the codec used for encoding media carried by the stream. See codecId

◆ kind

- (NSString*) kind
readwritenonatomicstrong

The type of media carried by the stream, either audio or video. See kind

◆ ssrc

- (unsigned long) ssrc
readwriteatomic

The synchronization source identifier for the stream. See ssrc

◆ transport_id

- (NSString*) transport_id
readwritenonatomicstrong

The transport layer associated with the stream. See transportId


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