9 #import <UIKit/UIKit.h> 18 @property(nonatomic, readonly) NSString*
ssrc;
30 @property(nonatomic, readonly) NSUInteger
bytesSent;
NSString * codecName
Codec name.
Definition: CCAudioSenderStatus.h:22
NSUInteger packetsSent
Total number of RTP packets sent for this SSRC.
Definition: CCAudioSenderStatus.h:34
NSUInteger roundTripTime
Estimated round trip time (milliseconds) for this SSRC based on the RTCP timestamp.
Definition: CCAudioSenderStatus.h:42
NSString * trackIdentifier
Represents the track.id property.
Definition: CCAudioSenderStatus.h:26
NSUInteger bytesSent
Total number of bytes sent for this SSRC.
Definition: CCAudioSenderStatus.h:30
NSUInteger packetsLost
Total number of RTP packets lost for this SSRC.
Definition: CCAudioSenderStatus.h:38
音频上行状态
Definition: CCAudioSenderStatus.h:14
NSString * ssrc
Synchronization source, defined in RTC3550.
Definition: CCAudioSenderStatus.h:18