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