11 #import <Foundation/Foundation.h> 20 @property(nonatomic, readonly) NSString*
ssrc;
NSString * trackIdentifier
Represents the track.id property.
Definition: CCAudioReceiveStatus.h:28
音频下行状态
Definition: CCAudioReceiveStatus.h:16
NSUInteger packetsReceived
Total number of RTP packets received for this SSRC.
Definition: CCAudioReceiveStatus.h:36
NSUInteger estimatedDelay
Audio delay estimated with unit of millisecond.
Definition: CCAudioReceiveStatus.h:44
NSUInteger bytesReceived
Total number of bytes received for this SSRC.
Definition: CCAudioReceiveStatus.h:32
NSString * codecName
Codec name.
Definition: CCAudioReceiveStatus.h:24
NSString * ssrc
Synchronization source, defined in RTC3550.
Definition: CCAudioReceiveStatus.h:20
NSUInteger packetsLost
Total number of RTP packets lost for this SSRC.
Definition: CCAudioReceiveStatus.h:40