• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_AudioEncInfo
2
3
4## 概述
5
6音频编码信息。
7
8> **说明:**
9>
10> 预留接口,将在后续版本提供。
11
12**系统能力**:SystemCapability.Multimedia.Media.AVScreenCapture
13
14**起始版本:**
15
1610
17
18**相关模块:**
19
20[AVScreenCapture](_a_v_screen_capture.md)
21
22
23## 汇总
24
25
26### 成员变量
27
28| 名称 | 描述 |
29| -------- | -------- |
30| [audioBitrate](#audiobitrate) | int32_t<br/>音频录制比特率。 |
31| [audioCodecformat](#audiocodecformat) | [OH_AudioCodecFormat](_a_v_screen_capture.md#oh_audiocodecformat)<br/>音频编码格式。 |
32
33
34## 结构体成员变量说明
35
36
37### audioBitrate
38
39```
40int32_t OH_AudioEncInfo::audioBitrate
41```
42
43**描述:**
44
45音频录制比特率。
46
47
48### audioCodecformat
49
50```
51OH_AudioCodecFormat OH_AudioEncInfo::audioCodecformat
52```
53
54**描述:**
55
56音频编码格式。
57