RILAUDIODEVICEINFO (Compact 2013)
3/26/2014
This structure defines the audio devices to use for transmitting and receiving from the radio.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwTxDevice;
DWORD dwRxDevice;
} RILAUDIODEVICEINFO, *LPRILAUDIODEVICEINFO;
Members
- cbSize
The structure size, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILAUDIODEVICEINFO Parameter Constants.
- dwTxDevice
Stores data for the transmit device. This value is only valid if RIL_PARAM_ADI_TXDEVICE or RIL_PARAM_ADI_ALL is specified in dwParams. RIL_AUDIO_HANDSET and RIL_AUDIO_NONE are the only supported values.
- dwRxDevice
Stores data for the receive device. This value is only valid if RIL_PARAM_ADI_RXDEVICE or RIL_PARAM_ADI_ALL is specified in dwParams. RIL_AUDIO_HANDSET and RIL_AUDIO_NONE are the only supported values.
Remarks
This structure is used by RIL_GetAudioDevices and RIL_SetAudioDevices.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetAudioDevices
RIL_SetAudioDevices
RILAUDIODEVICEINFO Parameter Constants
Audio Device Constants