Lines Matching refs:DTMF
8 - [TonePlayer](#toneplayer9): tone player, used to manage and play Dual Tone Multi Frequency (DTMF)…
3230 | TONE_TYPE_DIAL_0 | 0 | DTMF tone of key 0. |
3231 | TONE_TYPE_DIAL_1 | 1 | DTMF tone of key 1. |
3232 | TONE_TYPE_DIAL_2 | 2 | DTMF tone of key 2. |
3233 | TONE_TYPE_DIAL_3 | 3 | DTMF tone of key 3. |
3234 | TONE_TYPE_DIAL_4 | 4 | DTMF tone of key 4. |
3235 | TONE_TYPE_DIAL_5 | 5 | DTMF tone of key 5. |
3236 | TONE_TYPE_DIAL_6 | 6 | DTMF tone of key 6. |
3237 | TONE_TYPE_DIAL_7 | 7 | DTMF tone of key 7. |
3238 | TONE_TYPE_DIAL_8 | 8 | DTMF tone of key 8. |
3239 | TONE_TYPE_DIAL_9 | 9 | DTMF tone of key 9. |
3240 | TONE_TYPE_DIAL_S | 10 | DTMF tone of the star key (*). …
3241 | TONE_TYPE_DIAL_P | 11 | DTMF tone of the pound key (#). …
3242 | TONE_TYPE_DIAL_A | 12 | DTMF tone of key A. |
3243 | TONE_TYPE_DIAL_B | 13 | DTMF tone of key B. |
3244 | TONE_TYPE_DIAL_C | 14 | DTMF tone of key C. |
3245 | TONE_TYPE_DIAL_D | 15 | DTMF tone of key D. |
3260 Provides APIs for playing and managing DTMF tones, such as dial tones, ringback tones, supervisory …
3269 Loads the DTMF tone configuration. This API uses an asynchronous callback to return the result.
3301 Loads the DTMF tone configuration. This API uses a promise to return the result.
3333 Starts DTMF tone playing. This API uses an asynchronous callback to return the result.
3364 Starts DTMF tone playing. This API uses a promise to return the result.