---
title: AudioType
description: "音频类型。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2400/armnative/kunpengcpsvideo_16_0039.html
sourcePath: /source/zh/kunpengboostkithistory/2400/armnative/kunpengcpsvideo_16_0039.html
indexId: 3ac72c53d7e765a310b34c4ac933525c71bdf23122325ce5938ba0ec24e84e2877
---
# AudioType

#### 变量说明

音频类型。


#### 约束说明

| 对应属性字段名称 | 字段描述 | 取值范围 | 默认值 |
| --- | --- | --- | --- |
| audioType | 音频输出格式。 | 0：OPUS 1：PCM | 0：OPUS |


#### 变量数据定义

```
enum AudioType : uint32_t {
    OPUS,                     // 默认使用OPUS压缩音频
    PCM                       // 原始音频数据
};
```
