My Project
Properties | List of all members
CCVideoReceiveStatus Class Reference

视频下行状态 More...

#import <CCVideoReceiveStatus.h>

Inheritance diagram for CCVideoReceiveStatus:

Properties

NSString * ssrc
 Synchronization source, defined in RTC3550.
 
NSString * codecName
 Codec name.
 
NSString * trackIdentifier
 Represents the track.id property.
 
NSUInteger bytesReceived
 Total number of bytes received for this SSRC.
 
NSUInteger packetsReceived
 Total number of RTP packets received for this SSRC.
 
NSUInteger packetsLost
 Total number of RTP packets lost for this SSRC.
 
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.
 
NSUInteger pliCount
 Count the total number of Packet Loss Indication (PLI) packets received by the sender and is sent by receiver.
 
NSUInteger nackCount
 Count the total number of Negative ACKnowledgement (NACK) packets received by the sender and is sent by receiver.
 
CGSize frameResolution
 Video frame resolution received.
 
NSUInteger frameRateReceived
 Video frame rate received.
 
NSUInteger frameRateOutput
 Video frame rate output.
 
NSUInteger delay
 Current video delay with unit of millisecond.
 

Detailed Description

视频下行状态


The documentation for this class was generated from the following file: