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

Stastistics representing an audio track that is attached to one or more senders. More...

#import <stats.h>

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

Class Methods

(MCStatsType) + get_type
 Returns the type of statistics.
 
(MCStatsType) + get_type
 Returns the type of statistics.
 

Properties

double audio_level
 The current audio level. See audioLevel
 
double total_audio_energy
 The cumulative energy of the audio signal over a period. See totalAudioEnergy
 
double total_samples_duration
 The total duration of audio samples processed. See totalSamplesDuration
 
double echo_return_loss
 The amount of echo signal lost in transmission or processing. See echoReturnLoss
 
double echo_return_loss_enhancement
 The improvement in echo cancellation performance. See echoReturnLossEnhancement
 
- Properties inherited from MCMediaSourceStats
NSString * track_identifier
 The identifier of the track. see trackIdentifier
 
NSString * kind
 The track type. See kind
 
- 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 audio track that is attached to one or more senders.

Method Documentation

◆ get_type

+ (MCStatsType) get_type

Returns the type of statistics.

Implements MCMediaSourceStats.

Property Documentation

◆ audio_level

- (double) audio_level
readwriteatomic

The current audio level. See audioLevel

◆ echo_return_loss

- (double) echo_return_loss
readwriteatomic

The amount of echo signal lost in transmission or processing. See echoReturnLoss

◆ echo_return_loss_enhancement

- (double) echo_return_loss_enhancement
readwriteatomic

The improvement in echo cancellation performance. See echoReturnLossEnhancement

◆ total_audio_energy

- (double) total_audio_energy
readwriteatomic

The cumulative energy of the audio signal over a period. See totalAudioEnergy

◆ total_samples_duration

- (double) total_samples_duration
readwriteatomic

The total duration of audio samples processed. See totalSamplesDuration


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