• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DtmfInfo
2
3
4## 概述
5
6发送双音多频(DTMF)信息。
7
8**相关模块:**
9
10[Ril](_ril.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18  | 名称 | 描述 |
19| -------- | -------- |
20| [callId](#callid) | int<br/>呼叫&nbsp;ID&nbsp; |
21| [onLength](#onlength) | int<br/>DTMF音播放的时长&nbsp; |
22| [offLength](#offlength) | int<br/>DTMF发送的间隔&nbsp; |
23| [stringLength](#stringlength) | int<br/>DTMF字符串长度&nbsp; |
24| [dtmfKey](#dtmfkey) | String<br/>DTMF关键字&nbsp; |
25
26
27## 类成员变量说明
28
29
30### callId
31
32
33```
34int DtmfInfo::callId
35```
36**描述:**
37呼叫 ID
38
39
40### dtmfKey
41
42
43```
44String DtmfInfo::dtmfKey
45```
46**描述:**
47DTMF关键字
48
49
50### offLength
51
52
53```
54int DtmfInfo::offLength
55```
56**描述:**
57DTMF发送的间隔
58
59
60### onLength
61
62
63```
64int DtmfInfo::onLength
65```
66**描述:**
67DTMF音播放的时长
68
69
70### stringLength
71
72
73```
74int DtmfInfo::stringLength
75```
76**描述:**
77DTMF字符串长度
78