Defines | |
| #define | ALP_TEL_IS_SND_GET_MUTE_STATUS_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_SND_GET_MUTE_STATUS_MESSAGE) |
| #define | ALP_TEL_IS_SND_SET_MUTE_STATUS_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_SND_SET_MUTE_STATUS_MESSAGE) |
| #define | ALP_TEL_SND_GET_MUTE_STATUS_MESSAGE ((ALP_TEL_SND_SERVICE_ID << 8) | 0x0000) |
| #define | ALP_TEL_SND_MESSAGES_COUNT ((ALP_TEL_SND_SET_MUTE_STATUS_MESSAGE & ALP_TEL_MESSAGE_MASK) + 1) |
| Total count of sound service messages. | |
| #define | ALP_TEL_SND_MUTE_STATUS_OFF 0 |
| #define | ALP_TEL_SND_MUTE_STATUS_ON 1 |
| #define | ALP_TEL_SND_SET_MUTE_STATUS_MESSAGE ((ALP_TEL_SND_SERVICE_ID << 8) | 0x0001) |
Functions | |
| alp_status_t | alp_tel_snd_get_mute_status (AlpTelApplicationId iAppId, uint8_t *oMuteStatusP, AlpTelTransId *ioTransIdP) |
| alp_status_t | alp_tel_snd_set_mute_status (AlpTelApplicationId iAppId, uint8_t iMuteStatus, AlpTelTransId *ioTransIdP) |
|
|
|
|
|
|
|
|
|
|
|
Total count of sound service messages.
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Gets the status of the microphone muting feature for voice calls.
|
|
||||||||||||||||
|
Sets the status of the microphone muting feature for voice calls.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.