encoderType
Variable Description
Encoder type.
Restrictions
GPU hardware acceleration is not supported during encoding.
Variable Data Definition
enum EncoderType : uint32_t {
CPU, // Software encoding
VPU, // Hardware acceleration via encoding cards
GPU, // GPU hardware acceleration, not supported currently
ENCODE_TYPE_MAX
};
Parent topic: Configuration Parameters