![]() |
CoreSDK
v1.0.0.b1304
|
Set of encoder settings. More...
#include <r5codec.h>
Public Member Functions | |
| EncoderSettings & | operator= (EncoderSettings other) |
Public Attributes | |
| int | bitRate = 1500 * 1000 |
| Encoding bitrate in bits per second. | |
| int | gopLength = 10 |
| Distance between reference frames (higher value can increase quality but cause longer connection time for subscriber) | |
| int | maxQP = -1 |
| Maximum quantizer value. | |
| int | minQP = -1 |
| Minimum quantizer value. | |
| RateControl | rateControl = RateControl::Cbr |
| Bitrate contol mode. | |
Set of encoder settings.
1.8.13