NERtc iOS SDK  V4.4.301
属性 | 所有成员列表
NERtcVideoLayerSendStats类 参考

Stats of an individual local video stream. 更多...

#import <NERtcEngineStatistics.h>

类 NERtcVideoLayerSendStats 继承关系图:

属性

int32_t layerType
 The stream type. 更多...
 
int32_t width
 The width of the video stream. 更多...
 
int32_t height
 The height of the video streams. 更多...
 
int64_t sendBitrate
 Publishing bitrate after the last report (kbps). 更多...
 
int32_t encoderOutputFrameRate
 Publishing frame rate after the last report (fps). 更多...
 
int32_t captureFrameRate
 Video capture frame rate. 更多...
 
int32_t targetBitrate
 The target bitrate of the encoder (kbps). 更多...
 
int32_t encoderBitrate
 The actual bitrate of the encoder (kbps). 更多...
 
int32_t sentFrameRate
 Publishing video frame rate. 更多...
 
int32_t renderFrameRate
 Video rendering frame rate. 更多...
 
NSString * encoderName
 Encoder name. 更多...
 

详细描述

Stats of an individual local video stream.

属性说明

◆ captureFrameRate

- (int32_t) captureFrameRate
readwritenonatomicassign

Video capture frame rate.

◆ encoderBitrate

- (int32_t) encoderBitrate
readwritenonatomicassign

The actual bitrate of the encoder (kbps).

◆ encoderName

- (NSString*) encoderName
readwritenonatomiccopy

Encoder name.

◆ encoderOutputFrameRate

- (int32_t) encoderOutputFrameRate
readwritenonatomicassign

Publishing frame rate after the last report (fps).

◆ height

- (int32_t) height
readwritenonatomicassign

The height of the video streams.

◆ layerType

- (int32_t) layerType
readwritenonatomicassign

The stream type.

bigstream: 1. Substream: 2.

◆ renderFrameRate

- (int32_t) renderFrameRate
readwritenonatomicassign

Video rendering frame rate.

◆ sendBitrate

- (int64_t) sendBitrate
readwritenonatomicassign

Publishing bitrate after the last report (kbps).

◆ sentFrameRate

- (int32_t) sentFrameRate
readwritenonatomicassign

Publishing video frame rate.

◆ targetBitrate

- (int32_t) targetBitrate
readwritenonatomicassign

The target bitrate of the encoder (kbps).

◆ width

- (int32_t) width
readwritenonatomicassign

The width of the video stream.


该类的文档由以下文件生成: