Defines | |
| #define | HPI_PAD_CHANNEL_NAME_LEN 16 |
| The text string containing the station/channel combination. | |
| #define | HPI_PAD_ARTIST_LEN 64 |
| The text string containing the artist. | |
| #define | HPI_PAD_TITLE_LEN 64 |
| The text string containing the title. | |
| #define | HPI_PAD_COMMENT_LEN 256 |
| The text string containing the comment. | |
| #define | HPI_PAD_PROGRAM_TYPE_INVALID 0xffff |
| The PTY when the tuner has not recieved any PTY. | |
Functions | |
| HPI_ERR | HPI_PAD_GetChannelName (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, char *pszString, const HW32 dwDataLength) |
| Get tuner's PAD channel name. | |
| HPI_ERR | HPI_PAD_GetArtist (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, char *pszString, const HW32 dwDataLength) |
| Get tuner's PAD artist information. | |
| HPI_ERR | HPI_PAD_GetTitle (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, char *pszString, const HW32 dwDataLength) |
| Get tuner's PAD title information. | |
| HPI_ERR | HPI_PAD_GetComment (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, char *pszString, const HW32 dwDataLength) |
| Get tuner's PAD comment information. | |
| HPI_ERR | HPI_PAD_GetProgramType (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *pdwPTY) |
| Get tuner's PAD program type (PTY). | |
| HPI_ERR | HPI_PAD_GetRdsPI (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *pdwPI) |
| Get tuner's PAD RDS program identification (PI). | |
| HPI_ERR | HPI_PAD_GetProgramTypeString (const HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, const HW32 dwDataType, const HW32 nPTY, char *pszData, const HW32 dwDataLength) |
| Translate tuner's PTY into a string. | |
|
|
The text string containing the station/channel combination.
|
|
|
The text string containing the artist.
|
|
|
The text string containing the title.
|
|
|
The text string containing the comment.
|
|
|
The PTY when the tuner has not recieved any PTY.
|
|
||||||||||||||||||||
|
Get tuner's PAD channel name.
|
|
||||||||||||||||||||
|
Get tuner's PAD artist information.
|
|
||||||||||||||||||||
|
Get tuner's PAD title information.
|
|
||||||||||||||||||||
|
Get tuner's PAD comment information.
|
|
||||||||||||||||
|
Get tuner's PAD program type (PTY). If the PTY field has not been set by the tuner, HPI_PAD_PROGRAM_TYPE_INVALID (0xffff) is returned.
|
|
||||||||||||||||
|
Get tuner's PAD RDS program identification (PI).
|
|
||||||||||||||||||||||||||||
|
Translate tuner's PTY into a string.
|
1.4.6-NO