---
title: encoderType
description: "编码器类型。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/240RC2/armnative/kunpengcpsvideo_16_0028.html
sourcePath: /source/zh/kunpengboostkithistory/240RC2/armnative/kunpengcpsvideo_16_0028.html
indexId: ceae7b7da27f0db646da34d73e0d14111062f3ac722e50f876ee77738dc8fc9479
---
# encoderType

#### 变量说明

编码器类型。


#### 变量数据定义

```
enum EncoderType : uint32_t {
CPU,                                        // 软编
VPU,                                        // 编码卡硬件加速
GPU,                                        // GPU硬件加速
ENCODE_TYPE_MAX
};
```
