|
NERtc iOS SDK
V4.4.301
|
Local video basic publishing configuration 更多...
#import <NERtcEngineBase.h>
属性 | |
| NERtcVideoProfileType | maxProfile |
| Indicates the resolution of video encoding, used to measure encoding quality. 更多... | |
| NERtcVideoFrameRate | frameRate |
| The frame rate of the video encoding. 更多... | |
| NSInteger | minFrameRate |
| The minimum frame rate for video encoding. 更多... | |
| NSInteger | bitrate |
| The bitrate of video encoding in kbps. 更多... | |
| NSInteger | minBitrate |
| The minimum bitrate of video encoding in kbps. 更多... | |
Local video basic publishing configuration
|
readwritenonatomicassign |
The bitrate of video encoding in kbps.
You can manually set the required bitrate based on your business requirements.
|
readwritenonatomicassign |
The frame rate of the video encoding.
For more information, see NERtcVideoFrameRate.
-When you use the bigstream, the frame rate is determined based on maxProfile by default.
When you use the substream, frameRate is set to kNERtcVideoFrameRateFps7 by default.
|
readwritenonatomicassign |
Indicates the resolution of video encoding, used to measure encoding quality.
For more information, see NERtcVideoProfileType.
|
readwritenonatomicassign |
The minimum bitrate of video encoding in kbps.
You can manually set the required minimum bitrate based on your business requirements. If the bitrate is set to 0, the SDK computes and processes automatically.
|
readwritenonatomicassign |
The minimum frame rate for video encoding.
The default value is 0, which indicates that the minimum frame rate is used by default.