VIOutboundAudioStats
Class that represents statistics for outgoing VILocalAudioStream. Available via VICallStats.
Props
audioLevel
@property (assign, readonly, nonatomic) double
audioLevel
Audio level value is between 0..1 (linear), where 1.0 represents 0 dBov, 0 represents silence, and 0.5 represents approximately 6 dBSPL change in the sound pressure level from 0 dBov.
Returns
type:
double
bytesSent
@property (assign, readonly, nonatomic) NSUInteger
bytesSent
Total number of bytes sent within the audio stream.
Returns
type:
NSUInteger
codec
@property (strong, nullable, readonly, nonatomic) NSString *
codec
Audio codec name for the audio stream.
Returns
type:
NSString *
packetsSent
@property (assign, readonly, nonatomic) NSUInteger
packetsSent
Total number of packets sent within the audio stream.
Returns
type:
NSUInteger
timestamp
@property (assign, readonly, nonatomic) NSTimeInterval
timestamp
Time at which the call statistics are collected, relative to the UNIX epoch (Jan 1, 1970, UTC), in microseconds.
Returns
type:
NSTimeInterval