Rate this page:

VIOutboundAudioStats

Class that represents statistics for outbound VILocalAudioStream. Available via VICallStats.

Props

audioLevel

Copy URL
@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

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

bytesSent

Total number of bytes sent within the audio stream.

Returns

  • type:

    NSUInteger

codec

Copy URL
@property (strong, nullable, readonly, nonatomic) 

NSString *

codec

Audio codec name for the audio stream.

Returns

  • type:

    NSString *

packetsSent

Copy URL
@property (assign, readonly, nonatomic) 

NSUInteger

packetsSent

Total number of packets sent within the audio stream.

Returns

  • type:

    NSUInteger

timestamp

Copy URL
@property (assign, readonly, nonatomic) 

NSTimeInterval

timestamp

The time at which the call statistics are collected, relative to the UNIX epoch (Jan 1, 1970, UTC), in microseconds.

Returns

  • type:

    NSTimeInterval