| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
VideoEncoderProperties.RateControlMode |
VideoEncoder.getRateControlMode()
Get rate control mode
|
VideoEncoderProperties.RateControlMode |
VideoEncoderProperties.RateControlMode.intern() |
VideoEncoderProperties.RateControlMode |
VideoEncoderProperties.rateCtrlMode()
Rate control mode specifies if constant or variable bitrate should be used (H264 / H265)
|
static VideoEncoderProperties.RateControlMode |
VideoEncoderProperties.RateControlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoEncoderProperties.RateControlMode[] |
VideoEncoderProperties.RateControlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VideoEncoderProperties |
VideoEncoderProperties.rateCtrlMode(VideoEncoderProperties.RateControlMode setter) |
void |
VideoEncoder.setRateControlMode(VideoEncoderProperties.RateControlMode mode)
Set rate control mode
|
Copyright © 2021. All rights reserved.