10 #import <Foundation/Foundation.h> 11 #import <UIKit/UIKit.h> 19 @property(nonatomic, readonly) NSString*
ssrc;
31 @property(nonatomic, readonly) NSUInteger
bytesSent;
43 @property(nonatomic, readonly) NSUInteger
firCount;
47 @property(nonatomic, readonly) NSUInteger
pliCount;
51 @property(nonatomic, readonly) NSUInteger
nackCount;
59 @property(nonatomic, readonly) NSUInteger
frameRate;
NSString * ssrc
Synchronization source, defined in RTC3550.
Definition: CCVideoSenderStatus.h:19
NSUInteger nackCount
Count the total number of Negative ACKnowledgement (NACK) packets received by the sender and is sent ...
Definition: CCVideoSenderStatus.h:51
NSUInteger packetsSent
Total number of RTP packets sent for this SSRC.
Definition: CCVideoSenderStatus.h:35
NSUInteger packetsLost
Total number of RTP packets lost for this SSRC.
Definition: CCVideoSenderStatus.h:39
NSUInteger adaptChanges
Video adapt reason.
Definition: CCVideoSenderStatus.h:63
NSUInteger roundTripTime
Estimated round trip time (milliseconds) for this SSRC based on the RTCP timestamp.
Definition: CCVideoSenderStatus.h:67
NSUInteger pliCount
Count the total number of Packet Loss Indication (PLI) packets received by the sender and is sent by ...
Definition: CCVideoSenderStatus.h:47
NSString * trackIdentifier
Represents the track.id property.
Definition: CCVideoSenderStatus.h:27
NSUInteger frameRate
Video frame rate sent.
Definition: CCVideoSenderStatus.h:59
NSUInteger bytesSent
Total number of bytes sent for this SSRC.
Definition: CCVideoSenderStatus.h:31
视频上行状态
Definition: CCVideoSenderStatus.h:15
NSString * codecName
Codec name.
Definition: CCVideoSenderStatus.h:23
CGSize frameResolution
Video frame resolution sent.
Definition: CCVideoSenderStatus.h:55
NSUInteger firCount
Count the total number of Full Intra Request (FIR) packets received by the sender. This metric is only valid for video and is sent by receiver.
Definition: CCVideoSenderStatus.h:43