Rate this page:

VIOutboundAudioStats

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

Props

audioLevel

Copy URL

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

NSUInteger

bytesSent

Total number of bytes sent within the audio stream.

Returns

  • type:

    NSUInteger

codec

Copy URL

NSString *

codec

Audio codec name for the audio stream.

Returns

  • type:

    NSString *

packetsSent

Copy URL

NSUInteger

packetsSent

Total number of packets sent within the audio stream.

Returns

  • type:

    NSUInteger

timestamp

Copy URL

NSTimeInterval

timestamp

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

Returns

  • type:

    NSTimeInterval