encoderType
Variable Description
Encoder type.
Variable Data Definition
1 2 3 4 5 6 | enum EncoderType : uint32_t { CPU, // Software encoding VPU, // Hardware acceleration via encoding cards GPU, // Hardware acceleration via GPUs ENCODE_TYPE_MAX }; |
Restrictions
Property Field Name |
Description |
Value Range |
Default Value |
|---|---|---|---|
encoderType |
Encoder type. |
|
0 |
Parent topic: Configuration Parameters