MillicastSDK 2.0.0
|
Stastistics representing an audio track that is attached to one or more senders. More...
#import <stats.h>
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. | |
Stastistics representing an audio track that is attached to one or more senders.
+ (MCStatsType) get_type |
Returns the type of statistics.
Implements MCMediaSourceStats.
|
readwriteatomic |
The current audio level. See audioLevel
|
readwriteatomic |
The amount of echo signal lost in transmission or processing. See echoReturnLoss
|
readwriteatomic |
The improvement in echo cancellation performance. See echoReturnLossEnhancement
|
readwriteatomic |
The cumulative energy of the audio signal over a period. See totalAudioEnergy
|
readwriteatomic |
The total duration of audio samples processed. See totalSamplesDuration