|
NERtc iOS SDK
V4.4.301
|
Stats of an individual local video stream. 更多...
#import <NERtcEngineStatistics.h>
属性 | |
| 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.
|
readwritenonatomicassign |
Video capture frame rate.
|
readwritenonatomicassign |
The actual bitrate of the encoder (kbps).
|
readwritenonatomiccopy |
Encoder name.
|
readwritenonatomicassign |
Publishing frame rate after the last report (fps).
|
readwritenonatomicassign |
The height of the video streams.
|
readwritenonatomicassign |
The stream type.
bigstream: 1. Substream: 2.
|
readwritenonatomicassign |
Video rendering frame rate.
|
readwritenonatomicassign |
Publishing bitrate after the last report (kbps).
|
readwritenonatomicassign |
Publishing video frame rate.
|
readwritenonatomicassign |
The target bitrate of the encoder (kbps).
|
readwritenonatomicassign |
The width of the video stream.