AgoraRtcLocalVideoStats Class Reference
Inherits from | NSObject |
---|---|
Declared in | AgoraObjects.h |
sentBitrate
The average sending bitrate (Kbps) since the last count.
@property (assign, nonatomic) NSUInteger sentBitrate
Declared In
AgoraObjects.h
sentFrameRate
The average sending frame rate (fps) since last count.
@property (assign, nonatomic) NSUInteger sentFrameRate
Declared In
AgoraObjects.h
encoderOutputFrameRate
The encoder output frame rate (fps) of the local video.
@property (assign, nonatomic) NSUInteger encoderOutputFrameRate
Declared In
AgoraObjects.h
rendererOutputFrameRate
The renderer output frame rate (fps) of the local video.
@property (assign, nonatomic) NSUInteger rendererOutputFrameRate
Declared In
AgoraObjects.h
sentTargetBitrate
The target bitrate (Kbps) of the current encoder. This value is estimated by the SDK based on the current network conditions.
@property (assign, nonatomic) NSUInteger sentTargetBitrate
Declared In
AgoraObjects.h
sentTargetFrameRate
The target frame rate (fps) of the current encoder.
@property (assign, nonatomic) NSUInteger sentTargetFrameRate
Declared In
AgoraObjects.h
qualityAdaptIndication
Quality change of the local video in terms of target frame rate and target bit rate since last count, see AgoraVideoQualityAdaptIndication.
@property (assign, nonatomic) AgoraVideoQualityAdaptIndication qualityAdaptIndication
Declared In
AgoraObjects.h