|
AudioScience HPI Version_4.10.
|
The tuner control sets the band and frequency of a tuner, and measures the RF level. More...
Enumerations | |
| enum | HPI_TUNER_BAND { HPI_TUNER_BAND_AM = 1, HPI_TUNER_BAND_FM = 2, HPI_TUNER_BAND_TV_NTSC_M = 3 , HPI_TUNER_BAND_FM_STEREO = 4, HPI_TUNER_BAND_AUX = 5, HPI_TUNER_BAND_TV_PAL_BG = 6, HPI_TUNER_BAND_TV_PAL_I = 7, HPI_TUNER_BAND_TV_PAL_DK = 8, HPI_TUNER_BAND_TV_SECAM_L = 9, HPI_TUNER_BAND_LAST = 9 } |
Tuner bands. More... | |
| enum | HPI_TUNER_MODES { HPI_TUNER_MODE_RSS = 1, HPI_TUNER_MODE_RDS = 2 } |
Tuner mode attributes. More... | |
| enum | HPI_TUNER_MODE_VALUES { HPI_TUNER_MODE_RSS_DISABLE = 0, HPI_TUNER_MODE_RSS_ENABLE = 1, HPI_TUNER_MODE_RDS_DISABLE = 0, HPI_TUNER_MODE_RDS_RDS = 1, HPI_TUNER_MODE_RDS_RBDS = 2 } |
Tuner mode attribute values. More... | |
| enum | HPI_TUNER_STATUS_BITS { HPI_TUNER_VIDEO_COLOR_PRESENT = 0x0001, HPI_TUNER_VIDEO_IS_60HZ = 0x0020, HPI_TUNER_VIDEO_HORZ_SYNC_MISSING = 0x0040, HPI_TUNER_VIDEO_STATUS_VALID = 0x0100, HPI_TUNER_DIGITAL = 0x0200, HPI_TUNER_MULTIPROGRAM = 0x0400, HPI_TUNER_PLL_LOCKED = 0x1000, HPI_TUNER_FM_STEREO = 0x2000 } |
Tuner Status Bits. More... | |
Functions | |
| hpi_err_t | HPI_Tuner_QueryBand (const hpi_hsubsys_t *phSubSys, const hpi_handle_t hTuner, const uint32_t dwIndex, uint16_t *pwBand) |
| Query tuner for supported bands. | |
| hpi_err_t | HPI_Tuner_SetBand (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint16_t wBand) |
| Set the band that the tuner recieves. | |
| hpi_err_t | HPI_Tuner_GetBand (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint16_t *pwBand) |
| Get the current tuner band. | |
| hpi_err_t | HPI_Tuner_QueryFrequency (const hpi_hsubsys_t *phSubSys, const hpi_handle_t hTuner, const uint32_t dwIndex, const uint16_t band, uint32_t *pdwFreq) |
| Query tuner band for supported frequency range and steps Calling with dwIndex=0,1,2 returns frequency minimum, maximum and step respectively (in kHz), for the specified band. | |
| hpi_err_t | HPI_Tuner_SetFrequency (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t wFreqInkHz) |
| Set the tuner frequency. | |
| hpi_err_t | HPI_Tuner_GetFrequency (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t *pwFreqInkHz) |
| Get the current tuner frequency. | |
| hpi_err_t | HPI_Tuner_QueryGain (const hpi_hsubsys_t *phSubSys, const hpi_handle_t hTuner, const uint32_t dwIndex, uint16_t *pwGain) |
| Query possible settings of tuner gain control Iterate dwIndex until an error is returned to get the list of gains supported by this tuner. | |
| hpi_err_t | HPI_Tuner_SetGain (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, short nGain) |
| Set the RF attenuator gain of the tuner front end. | |
| hpi_err_t | HPI_Tuner_GetGain (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, short *pnGain) |
| Get the current tuner gain. | |
| hpi_err_t | HPI_Tuner_GetRFLevel (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, short *pwLevel) |
| Get the RF level of a tuner input in millibel microvolts. | |
| hpi_err_t | HPI_Tuner_GetRawRFLevel (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, short *pwLevel) |
| Get the RF raw level of a tuner. | |
| hpi_err_t | HPI_Tuner_QueryDeemphasis (const hpi_hsubsys_t *phSubSys, const hpi_handle_t hTuner, const uint32_t dwIndex, const uint16_t band, uint32_t *pdwDeemphasis) |
| Query tuner band for supported deemphasis settings. | |
| hpi_err_t | HPI_Tuner_SetDeemphasis (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t dwDeemphasis) |
| Set the audio de-emphasis. | |
| hpi_err_t | HPI_Tuner_GetDeemphasis (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t *pdwDeemphasis) |
| Get the audio de-emphasis setting. | |
| hpi_err_t | HPI_Tuner_QueryProgram (const hpi_hsubsys_t *phSubSys, const hpi_handle_t hTuner, uint32_t *pbitmapProgram) |
| Get bitmap of programmes supported by this tuner. | |
| hpi_err_t | HPI_Tuner_SetProgram (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t dwProgram) |
| Sets the tuner program. | |
| hpi_err_t | HPI_Tuner_GetProgram (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t *pdwProgram) |
| Gets the tuner program. | |
| hpi_err_t | HPI_Tuner_GetHdRadioDspVersion (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, char *pszDspVersion, const uint32_t dwStringSize) |
| Gets the DSP firmware verison of an HD Radio tuner. | |
| hpi_err_t | HPI_Tuner_GetHdRadioSdkVersion (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, char *pszSdkVersion, const uint32_t dwStringSize) |
| Gets the SDK firmware verison of an HD Radio tuner. | |
| hpi_err_t | HPI_Tuner_GetStatus (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint16_t *pwStatusMask, uint16_t *pwStatus) |
| Get the status of various Boolean attributes of a tuner control. | |
| hpi_err_t | HPI_Tuner_SetMode (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t nMode, uint32_t nValue) |
| This function turns off the RSS (FM FR level reading) capability for the specified tuner. | |
| hpi_err_t | HPI_Tuner_GetMode (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t nMode, uint32_t *pnValue) |
| Get the current tuner mode. | |
| hpi_err_t | HPI_Tuner_GetHdRadioSignalQuality (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t *pdwQuality) |
| Get the digital signal quality from an HDRadio tuner. | |
| hpi_err_t | HPI_Tuner_GetHdRadioSignalBlend (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, uint32_t *pdwBlend) |
| Get the signal blend from an HDRadio tuner. | |
| hpi_err_t | HPI_Tuner_SetHdRadioSignalBlend (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, const uint32_t dwBlend) |
| Set the signal blend from an HDRadio tuner. | |
| hpi_err_t | HPI_Tuner_GetRDS (const hpi_hsubsys_t *phSubSys, hpi_handle_t hControl, char *pData) |
| Get tuner RDS data. | |
The tuner control sets the band and frequency of a tuner, and measures the RF level.
| enum HPI_TUNER_BAND |
Tuner bands.
Used for HPI_Tuner_SetBand(),HPI_Tuner_GetBand()
| enum HPI_TUNER_MODES |
Tuner mode attributes.
Used by HPI_Tuner_SetMode(), HPI_Tuner_GetMode()
Tuner mode attribute values.
Used by HPI_Tuner_SetMode(), HPI_Tuner_GetMode()
Tuner Status Bits.
These bitfield values are returned by a call to HPI_Tuner_GetStatus(). Multiple fields are returned from a single call.
| hpi_err_t HPI_Tuner_QueryBand | ( | const hpi_hsubsys_t * | phSubSys, |
| const hpi_handle_t | hTuner, | ||
| const uint32_t | dwIndex, | ||
| uint16_t * | pwBand | ||
| ) |
Query tuner for supported bands.
Iterate dwIndex until an error is returned to get the list of bands supported by this tuner
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hTuner | Control to query |
| dwIndex | Index for possible attribute values |
| pwBand | band |
References HPI_ControlQuery().
| hpi_err_t HPI_Tuner_SetBand | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint16_t | wBand | ||
| ) |
Set the band that the tuner recieves.
Not all tuners support all bands, e.g. AM+FM or TV+FM.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| wBand | One of the supported bands HPI_TUNER_BAND. |
| hpi_err_t HPI_Tuner_GetBand | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint16_t * | pwBand | ||
| ) |
Get the current tuner band.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pwBand | Current tuner band - one of HPI_TUNER_BAND bands. |
| hpi_err_t HPI_Tuner_QueryFrequency | ( | const hpi_hsubsys_t * | phSubSys, |
| const hpi_handle_t | hTuner, | ||
| const uint32_t | dwIndex, | ||
| const uint16_t | band, | ||
| uint32_t * | pdwFreq | ||
| ) |
Query tuner band for supported frequency range and steps Calling with dwIndex=0,1,2 returns frequency minimum, maximum and step respectively (in kHz), for the specified band.
For example, to determine the frequency range of the AM band, do the following:
wErr= HPI_Tuner_QueryFrequency(phSS,hC, HPI_TUNER_FREQ, 0, HPI_TUNER_BAND_AM , pdwMinFreq); wErr= HPI_Tuner_QueryFrequency(phSS,hC, HPI_TUNER_FREQ, 1, HPI_TUNER_BAND_AM , pdwMaxFreq); wErr= HPI_Tuner_QueryFrequency(phSS,hC, HPI_TUNER_FREQ, 2, HPI_TUNER_BAND_AM , pdwFreqStep);
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hTuner | Control to query |
| dwIndex | Index for possible attribute values |
| band | Band for which to query frequency range |
| pdwFreq | frequency min,max, step for given band |
References HPI_ControlQuery().
| hpi_err_t HPI_Tuner_SetFrequency | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t | wFreqInkHz | ||
| ) |
Set the tuner frequency.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Vestigial subsys handle (unused), may be set to NULL |
| wFreqInkHz | Tuner frequncy in kHz. Valid values depend on the tuner band setting. |
| hpi_err_t HPI_Tuner_GetFrequency | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t * | pwFreqInkHz | ||
| ) |
Get the current tuner frequency.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pwFreqInkHz | Returned tuner frequency in kHz. |
| hpi_err_t HPI_Tuner_QueryGain | ( | const hpi_hsubsys_t * | phSubSys, |
| const hpi_handle_t | hTuner, | ||
| const uint32_t | dwIndex, | ||
| uint16_t * | pwGain | ||
| ) |
Query possible settings of tuner gain control Iterate dwIndex until an error is returned to get the list of gains supported by this tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hTuner | Control to query |
| dwIndex | Index for possible attribute values |
| pwGain | Tuner gain in millibels |
References HPI_ControlQuery().
| hpi_err_t HPI_Tuner_SetGain | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| short | nGain | ||
| ) |
Set the RF attenuator gain of the tuner front end.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| nGain | Valid values depend on the adapter type. For the ASI8700: 0dB or -20 x HPI_UNITS_PER_dB. |
| hpi_err_t HPI_Tuner_GetGain | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| short * | pnGain | ||
| ) |
Get the current tuner gain.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pnGain | Current tuner gain in milliBels |
| hpi_err_t HPI_Tuner_GetRFLevel | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| short * | pwLevel | ||
| ) |
Get the RF level of a tuner input in millibel microvolts.
Divide the return value by HPI_UNITS_PER_dB to get the level in dBuV. This function only applies to certain bands on certain tuners.
| Tuner Type | Raw RF Level values | Comments |
| MT4039 (TV/FM) | 1..4 | Only present in FM mode |
| MT1384 (AM</FM) | 0..255 | . |
| Si4703 (FM) | Not supported | . |
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pwLevel | Return level. The units are mBuV (mB micro volts). Range is +/- 100 dBuV |
| hpi_err_t HPI_Tuner_GetRawRFLevel | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| short * | pwLevel | ||
| ) |
Get the RF raw level of a tuner.
This is a "raw" value and it will depend on the type of tuner being accessed. This function only applies to certain bands on certain tuners. ASI87xx - Supports this function.
ASI89xx with ASI1711 tuner - Does not support this function. It will return HPI_ERROR_INVALID_CONTROL_ATTRIBUTE.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pwLevel | The units of this depend on the tuner type. This is the raw level reading that the tuner returns. |
| hpi_err_t HPI_Tuner_QueryDeemphasis | ( | const hpi_hsubsys_t * | phSubSys, |
| const hpi_handle_t | hTuner, | ||
| const uint32_t | dwIndex, | ||
| const uint16_t | band, | ||
| uint32_t * | pdwDeemphasis | ||
| ) |
Query tuner band for supported deemphasis settings.
Some tuner bands don't support deemphasis, and will return an empty list. Iterate dwIndex until an error is returned to get the list of deemphasis supported by this tuner band.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hTuner | Control to query |
| dwIndex | Index for possible deemphasis values |
| band | Band for which to query deemphasis |
| pdwDeemphasis | deemphasis in us |
References HPI_ControlQuery().
| hpi_err_t HPI_Tuner_SetDeemphasis | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t | dwDeemphasis | ||
| ) |
Set the audio de-emphasis.
Not all tuners support de-emphasis. USA FM channels require de-emphasis of 75 usec, while Europe requires 50 usec. Some AM tuners may also have a deemphasis setting.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| dwDeemphasis | Pre-emphasis - 0, 50 or 75 (usec) |
| hpi_err_t HPI_Tuner_GetDeemphasis | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t * | pdwDeemphasis | ||
| ) |
Get the audio de-emphasis setting.
Not all tuners support de-emphasis.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pdwDeemphasis | Returns pre-emphasis value of, 0, 50 or 75 (usec) |
| hpi_err_t HPI_Tuner_QueryProgram | ( | const hpi_hsubsys_t * | phSubSys, |
| const hpi_handle_t | hTuner, | ||
| uint32_t * | pbitmapProgram | ||
| ) |
Get bitmap of programmes supported by this tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hTuner | Control to query |
| pbitmapProgram | Tuner program bitfield |
References HPI_ControlQuery().
| hpi_err_t HPI_Tuner_SetProgram | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t | dwProgram | ||
| ) |
Sets the tuner program.
Certain tuners and transmitting stations support multipe programs on a single tuner frequency. This API allows the user to set the program number on the currently tuned channel. HDRadio transmissions in the USA are a good example of a transmission protocol that supports multiple programs on a single frequency. See HPI_ControlQuery() documentation for how to find the list of supported programs.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| dwProgram | Program number to set. Range is 0-7. |
| hpi_err_t HPI_Tuner_GetProgram | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t * | pdwProgram | ||
| ) |
Gets the tuner program.
Certain tuners and transmitting stations support multipe programs on a single tuner frequency. This API allows the user to get the current program number on the currently tuned channel. HDRadio transmissions in the USA are a good example of a transmission protocol that supports multiple programs on a single frequency.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pdwProgram | Returns current program. Range is 0-7. |
| hpi_err_t HPI_Tuner_GetHdRadioDspVersion | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| char * | pszDspVersion, | ||
| const uint32_t | dwStringSize | ||
| ) |
Gets the DSP firmware verison of an HD Radio tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pszDspVersion | Returns current version of DSP software running on the tuner. |
| dwStringSize | Length on the string in bytes. |
| hpi_err_t HPI_Tuner_GetHdRadioSdkVersion | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| char * | pszSdkVersion, | ||
| const uint32_t | dwStringSize | ||
| ) |
Gets the SDK firmware verison of an HD Radio tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pszSdkVersion | Returns current version of SDK software running on the tuner. |
| dwStringSize | Length on the string in bytes. |
| hpi_err_t HPI_Tuner_GetStatus | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint16_t * | pwStatusMask, | ||
| uint16_t * | pwStatus | ||
| ) |
Get the status of various Boolean attributes of a tuner control.
The pwStatusMask returns which bits in wStatus are valid, as not all tuners support all the status attributes.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| *pwStatusMask | A returned bitfield indicating which of the bits in pwStatus contain valid status information. See HPI_TUNER_STATUS_BITS for valid bit settings. |
| *pwStatus | A returned bitfield containing current status flags. See HPI_TUNER_STATUS_BITS for bit meanings. |
| hpi_err_t HPI_Tuner_SetMode | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t | nMode, | ||
| uint32_t | nValue | ||
| ) |
This function turns off the RSS (FM FR level reading) capability for the specified tuner.
This only applies to certain bands on certain tuners.
ASI87xx - Supports nMode = HPI_TUNER_MODE_RSS
ASI89xx with ASI1721 tuner - Supports nMode = HPI_TUNER_MODE_RDS
Otherwise will return HPI_ERROR_INVALID_CONTROL_ATTRIBUTE.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| nMode | One of the HPI_TUNER_MODES |
| nValue | One of the HPI_TUNER_MODE_VALUES, according to the mode |
| hpi_err_t HPI_Tuner_GetMode | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t | nMode, | ||
| uint32_t * | pnValue | ||
| ) |
Get the current tuner mode.
Currently supports checking whether RSS is enabled or disabled. There are some dependancies across adapters for this function.
ASI87xx - Supports nMode = HPI_TUNER_MODE_RSS.
ASI89xx with ASI1711 tuner - RSS is always enabled. Supports nMode = HPI_TUNER_MODE_RDS
Otherwise will return HPI_ERROR_INVALID_CONTROL_ATTRIBUTE.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| nMode | Currently only supports HPI_TUNER_MODE_RSS. |
| pnValue | Returned value is either HPI_TUNER_MODE_RSS_DISABLE or HPI_TUNER_MODE_RSS_ENABLE. |
| hpi_err_t HPI_Tuner_GetHdRadioSignalQuality | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t * | pdwQuality | ||
| ) |
Get the digital signal quality from an HDRadio tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pdwQuality | Pointer to returned HDRadio signal quality. |
| hpi_err_t HPI_Tuner_GetHdRadioSignalBlend | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| uint32_t * | pdwBlend | ||
| ) |
Get the signal blend from an HDRadio tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pdwBlend | Pointer to returned HDRadio blend (0 = automatic, 1 = force analog only). |
| hpi_err_t HPI_Tuner_SetHdRadioSignalBlend | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| const uint32_t | dwBlend | ||
| ) |
Set the signal blend from an HDRadio tuner.
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| dwBlend | HDRadio blend (0 = automatic, 1 = force analog only). |
| hpi_err_t HPI_Tuner_GetRDS | ( | const hpi_hsubsys_t * | phSubSys, |
| hpi_handle_t | hControl, | ||
| char * | pData | ||
| ) |
Get tuner RDS data.
Returns RDS data if there is any. ASI87xx - Does not support this function.
ASI89xx with ASI1711 tuner - Does support this function.
| HPI_ERROR_BUFFER_EMPTY | if the RDS buffer is now empty. |
| phSubSys | Vestigial subsys handle (unused), may be set to NULL |
| hControl | Handle to tuner control. |
| pData | pointer to 12 element array for returned RDS data |
1.7.3