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

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
};