ACSOutgoingAudioStatistics Class
Declaration
@interface ACSOutgoingAudioStatistics : NSObject;
Description
Methods
Properties
codecName
Codec Name
@property (retain, nonnull, readonly) NSString * codecName;
bitrate
Bitrate in bits per second.
@property (nullable, readonly) NSNumber * bitrate NS_REFINED_FOR_SWIFT;
jitterInMs
Average packet jitter in milliseconds.
@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;
packetsPerSecond
Packet rate (packets/s).
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
roundTripTimeInMs
Round-Trip Time (milliseconds). Lower is better. It's calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended.
@property (nullable, readonly) NSNumber * roundTripTimeInMs NS_REFINED_FOR_SWIFT;
availableBitrate
Bandwidth Estimation (bps).
@property (nullable, readonly) NSNumber * availableBitrate NS_REFINED_FOR_SWIFT;
streamId
Identifier used to distinguish when there are multiple streams with same media type/direction.
@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;