|
libpack
SLQS03.03.10
|
M2M Audio Service API function prototypes. More...
Go to the source code of this file.
Data Structures | |
| struct | GetM2MAudioProfileReq |
| struct | GetM2MAudioProfileResp |
| struct | SetM2MAudioProfileReq |
| struct | GetM2MAudioVolumeReq |
| struct | GetM2MAudioVolumeResp |
| struct | SetM2MAudioVolumeReq |
| struct | PCMparams |
| struct | SetM2MAudioAVCFGReq |
| struct | SetM2MAudioLPBKReq |
| struct | GetM2MSpkrGainReq |
| struct | GetM2MSpkrGainResp |
| struct | SetM2MSpkrGainReq |
| struct | GetM2MAVMuteReq |
| struct | GetM2MAVMuteResp |
| struct | SetM2MAVMuteReq |
Macros | |
| #define | MAX_LEN_IFACE_TABLE 255 |
Functions | |
| ULONG | SLQSGetM2MAudioProfile (GetM2MAudioProfileReq *pGetM2MAudioProfileReq, GetM2MAudioProfileResp *pGetM2MAudioProfileResp) |
| ULONG | SLQSSetM2MAudioProfile (SetM2MAudioProfileReq *pSetM2MAudioProfileReq) |
| ULONG | SLQSGetM2MAudioVolume (GetM2MAudioVolumeReq *pGetM2MAudioVolumeReq, GetM2MAudioVolumeResp *pGetM2MAudioVolumeResp) |
| ULONG | SLQSSetM2MAudioVolume (SetM2MAudioVolumeReq *pSetM2MAudioVolumeReq) |
| ULONG | SLQSSetM2MAudioAVCFG (SetM2MAudioAVCFGReq *pSetM2MAudioAVCFGReq) |
| ULONG | SLQSSetM2MAudioLPBK (SetM2MAudioLPBKReq *pSetM2MAudioLPBKReq) |
| ULONG | SLQSSetM2MAudioNVDef () |
| ULONG | SLQSGetM2MSpkrGain (GetM2MSpkrGainReq *pSpkrGainReq, GetM2MSpkrGainResp *pSpkrGainResp) |
| ULONG | SLQSSetM2MSpkrGain (SetM2MSpkrGainReq *pSpkrGainReq) |
| ULONG | SLQSGetM2MAVMute (GetM2MAVMuteReq *pGetM2MAVMuteReq, GetM2MAVMuteResp *pGetM2MAVMuteResp) |
| ULONG | SLQSSetM2MAVMute (SetM2MAVMuteReq *pSetM2MAVMuteReq) |
M2M Audio Service API function prototypes.
| #define MAX_LEN_IFACE_TABLE 255 |
| ULONG SLQSGetM2MAudioProfile | ( | GetM2MAudioProfileReq * | pGetM2MAudioProfileReq, |
| GetM2MAudioProfileResp * | pGetM2MAudioProfileResp | ||
| ) |
This API gets the profile content.
| pGetM2MAudioProfileReq[OUT] |
|
| pGetM2MAudioProfileResp[OUT] |
|
| ULONG SLQSGetM2MAudioVolume | ( | GetM2MAudioVolumeReq * | pGetM2MAudioVolumeReq, |
| GetM2MAudioVolumeResp * | pGetM2MAudioVolumeResp | ||
| ) |
This API gets the Volume content.
| pGetM2MAudioVolumeReq[IN] |
|
| pGetM2MAudioVolumeResp[OUT] |
|
| ULONG SLQSGetM2MAVMute | ( | GetM2MAVMuteReq * | pGetM2MAVMuteReq, |
| GetM2MAVMuteResp * | pGetM2MAVMuteResp | ||
| ) |
This API Gets the AV Mute content.
| pGetM2MAVMuteReq[IN] |
|
| pGetM2MAVMuteResp[OUT] |
|
| ULONG SLQSGetM2MSpkrGain | ( | GetM2MSpkrGainReq * | pSpkrGainReq, |
| GetM2MSpkrGainResp * | pSpkrGainResp | ||
| ) |
This API Gets the SPKRGAIN content.
| pSpkrGainReq[IN] |
|
| pSpkrGainResp[OUT] |
|
| ULONG SLQSSetM2MAudioAVCFG | ( | SetM2MAudioAVCFGReq * | pSetM2MAudioAVCFGReq | ) |
This API sets the AVCFG content.
| pSetM2MAudioAVCFGReq[IN] |
|
| ULONG SLQSSetM2MAudioLPBK | ( | SetM2MAudioLPBKReq * | pSetM2MAudioLPBKReq | ) |
This API sets the LPBK content.
| pSetM2MAudioLPBKReq[IN] |
|
| ULONG SLQSSetM2MAudioNVDef | ( | ) |
This API sets the NVDef content.
| ULONG SLQSSetM2MAudioProfile | ( | SetM2MAudioProfileReq * | pSetM2MAudioProfileReq | ) |
This API sets the profile content.
| pSetM2MAudioProfileReq[IN] |
|
| ULONG SLQSSetM2MAudioVolume | ( | SetM2MAudioVolumeReq * | pSetM2MAudioVolumeReq | ) |
This API sets the Volume content.
| pSetM2MAudioVolumeReq[IN] |
|
| ULONG SLQSSetM2MAVMute | ( | SetM2MAVMuteReq * | pSetM2MAVMuteReq | ) |
This API Sets the AV Mute content.
| pSetM2MAVMuteReq[IN] |
|
| ULONG SLQSSetM2MSpkrGain | ( | SetM2MSpkrGainReq * | pSpkrGainReq | ) |
This API Sets the SPKRGAIN content.
| pSpkrGainReq[IN] |
|