Android的双音多频

编程入门 行业动态 更新时间:2024-10-21 19:37:36
本文介绍了Android的双音多频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我通过这个code发送DTMF音。

I am sending dtmf tone via this code.

String number="tel:+962791212121,2,3,3"; Intent c1= new Intent(android.content.Intent.ACTION_CALL, Uri.parse(number)); startActivity(c1);

发送DTMF完美,因为这。 2 + (2秒延时) +3+ (2秒延时) +3。的

It send perfect dtmf as this. 2+(2 sec delay)+3+(2 sec delay)+3.

但我要删除2秒延迟或我想控制延迟。

but I want to remove that 2 sec delay or I want to control that delay.

我如何控制的(2秒延时)?或任何其他方法来调用期间发送DTMF音?

How can I control (2 sec delay)? Or any other method to send dtmf tone during call?

推荐答案

要删除立即删除逗号。

更多推荐

Android的双音多频

本文发布于:2023-11-29 17:18:10,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1647071.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Android

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!