我要评分
获取效率
正确性
完整性
易理解

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: CPU (software encoding via CPU)
  • 1: VPU (hardware encoding via external hardware)
  • 2: GPU (available only when DC1000 is used)

0